mirror of https://gitee.com/bigwinds/arangodb
Fixing statistics documentation misspelled errors
This commit is contained in:
parent
e26c2295fb
commit
61d3846356
|
@ -502,7 +502,7 @@ StatisticsDistribution* TRI_BytesReceivedDistributionStatistics;
|
||||||
TRI_server_statistics_t TRI_ServerStatistics;
|
TRI_server_statistics_t TRI_ServerStatistics;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief physical memeory
|
/// @brief physical memory
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
uint64_t TRI_PhysicalMemory;
|
uint64_t TRI_PhysicalMemory;
|
||||||
|
|
|
@ -280,7 +280,7 @@ extern triagens::basics::StatisticsDistribution* TRI_BytesReceivedDistributionSt
|
||||||
extern TRI_server_statistics_t TRI_ServerStatistics;
|
extern TRI_server_statistics_t TRI_ServerStatistics;
|
||||||
|
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
/// @brief physical memeory
|
/// @brief physical memory
|
||||||
////////////////////////////////////////////////////////////////////////////////
|
////////////////////////////////////////////////////////////////////////////////
|
||||||
|
|
||||||
extern uint64_t TRI_PhysicalMemory;
|
extern uint64_t TRI_PhysicalMemory;
|
||||||
|
|
Loading…
Reference in New Issue