1
0
Fork 0

Fixed wrong spelling in the errors

This commit is contained in:
Thomas Schmidts 2014-08-25 15:56:34 +02:00
parent 7f120194f4
commit f964696ec1
1 changed files with 5 additions and 4 deletions

View File

@ -8,7 +8,7 @@ extern "C" {
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
/// @page ArangoErrors Error codes and meanings /// @page ArangoErrors Error codes and meanings
/// /// @startDocuBlock errorCodes
/// The following errors might be raised when running ArangoDB: /// The following errors might be raised when running ArangoDB:
/// ///
/// - 0: @LIT{no error} /// - 0: @LIT{no error}
@ -587,13 +587,14 @@ extern "C" {
/// - 20000: @LIT{newest version of app already installed} /// - 20000: @LIT{newest version of app already installed}
/// newest version of app already installed /// newest version of app already installed
/// - 21000: @LIT{named queue already exists} /// - 21000: @LIT{named queue already exists}
/// "Will be returned if a queue with this name already exists." /// Will be returned if a queue with this name already exists.
/// - 21001: @LIT{dispatcher stopped} /// - 21001: @LIT{dispatcher stopped}
/// Will be returned if a shutdown is in progress. /// Will be returned if a shutdown is in progress.
/// - 21002: @LIT{named queue does not exist} /// - 21002: @LIT{named queue does not exist}
/// "Will be returned if a queue with this name does not exist." /// Will be returned if a queue with this name does not exist.
/// - 21003: @LIT{named queue is full} /// - 21003: @LIT{named queue is full}
/// "Will be returned if a queue with this name is full." /// Will be returned if a queue with this name is full.
/// @endDocuBlock
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////
//////////////////////////////////////////////////////////////////////////////// ////////////////////////////////////////////////////////////////////////////////