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" + 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;