From cbe78e3b1ffcde9911829bd5e00837257676e055 Mon Sep 17 00:00:00 2001 From: fagnercarvalho Date: Thu, 20 Nov 2014 02:41:07 -0200 Subject: [PATCH 1/2] Fixing collection help output misspelled errors --- .../frontend/js/modules/org/arangodb/arango-collection.js | 2 +- js/client/modules/org/arangodb/arango-collection.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/js/apps/system/aardvark/frontend/js/modules/org/arangodb/arango-collection.js b/js/apps/system/aardvark/frontend/js/modules/org/arangodb/arango-collection.js index 556e8c488b..c2dd22754d 100644 --- a/js/apps/system/aardvark/frontend/js/modules/org/arangodb/arango-collection.js +++ b/js/apps/system/aardvark/frontend/js/modules/org/arangodb/arango-collection.js @@ -209,7 +209,7 @@ var helpArangoCollection = arangosh.createHelpHeadline("ArangoCollection help") ' truncate() delete all documents ' + "\n" + ' properties() show collection properties ' + "\n" + ' drop() delete a collection ' + "\n" + - ' load() load a collection into memeory ' + "\n" + + ' load() load a collection into memory ' + "\n" + ' unload() unload a collection from memory ' + "\n" + ' rename() renames a collection ' + "\n" + ' getIndexes() return defined indexes ' + "\n" + diff --git a/js/client/modules/org/arangodb/arango-collection.js b/js/client/modules/org/arangodb/arango-collection.js index c24f69eb92..bcba5e135f 100644 --- a/js/client/modules/org/arangodb/arango-collection.js +++ b/js/client/modules/org/arangodb/arango-collection.js @@ -208,7 +208,7 @@ var helpArangoCollection = arangosh.createHelpHeadline("ArangoCollection help") ' truncate() delete all documents ' + "\n" + ' properties() show collection properties ' + "\n" + ' drop() delete a collection ' + "\n" + - ' load() load a collection into memeory ' + "\n" + + ' load() load a collection into memory ' + "\n" + ' unload() unload a collection from memory ' + "\n" + ' rename() renames a collection ' + "\n" + ' getIndexes() return defined indexes ' + "\n" + From 0692264fe2265769f1b42736c0c2393334a58ce0 Mon Sep 17 00:00:00 2001 From: fagnercarvalho Date: Thu, 20 Nov 2014 02:41:20 -0200 Subject: [PATCH 2/2] Fixing statistics documentation misspelled errors --- lib/Statistics/statistics.cpp | 2 +- lib/Statistics/statistics.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/Statistics/statistics.cpp b/lib/Statistics/statistics.cpp index 0489d25413..649d9042b2 100644 --- a/lib/Statistics/statistics.cpp +++ b/lib/Statistics/statistics.cpp @@ -502,7 +502,7 @@ StatisticsDistribution* TRI_BytesReceivedDistributionStatistics; TRI_server_statistics_t TRI_ServerStatistics; //////////////////////////////////////////////////////////////////////////////// -/// @brief physical memeory +/// @brief physical memory //////////////////////////////////////////////////////////////////////////////// uint64_t TRI_PhysicalMemory; diff --git a/lib/Statistics/statistics.h b/lib/Statistics/statistics.h index 24d550a917..c11a74b30b 100644 --- a/lib/Statistics/statistics.h +++ b/lib/Statistics/statistics.h @@ -280,7 +280,7 @@ extern triagens::basics::StatisticsDistribution* TRI_BytesReceivedDistributionSt extern TRI_server_statistics_t TRI_ServerStatistics; //////////////////////////////////////////////////////////////////////////////// -/// @brief physical memeory +/// @brief physical memory //////////////////////////////////////////////////////////////////////////////// extern uint64_t TRI_PhysicalMemory;