Luke Dashjr 13 years ago
parent
commit
43009055bf
1 changed files with 1 additions and 1 deletions
  1. 1 1
      README.RPC

+ 1 - 1
README.RPC

@@ -1401,7 +1401,7 @@ You can only see fields listed in 'group' and 'calc'
 
 
 A 'calc' is formatted as: 'Field' => 'function'
 A 'calc' is formatted as: 'Field' => 'function'
 The current list of operations available for 'calc' are:
 The current list of operations available for 'calc' are:
-'sum', 'avg', 'min', 'max', 'lo', 'hi', 'coount', 'any'
+'sum', 'avg', 'min', 'max', 'lo', 'hi', 'count', 'any'
 The first 4 are as expected - the numerical sum, average, minimum or maximum
 The first 4 are as expected - the numerical sum, average, minimum or maximum
 'lo' is the first string of the list, sorted ignoring case
 'lo' is the first string of the list, sorted ignoring case
 'hi' is the last string of the list, sorted ignoring case
 'hi' is the last string of the list, sorted ignoring case