mirror of https://gitee.com/bigwinds/arangodb
Fixing statistics documentation misspelled errors
This commit is contained in:
parent
cbe78e3b1f
commit
0692264fe2
|
@ -502,7 +502,7 @@ StatisticsDistribution* TRI_BytesReceivedDistributionStatistics;
|
|||
TRI_server_statistics_t TRI_ServerStatistics;
|
||||
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
/// @brief physical memeory
|
||||
/// @brief physical memory
|
||||
////////////////////////////////////////////////////////////////////////////////
|
||||
|
||||
uint64_t TRI_PhysicalMemory;
|
||||
|
|
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue