summaryrefslogtreecommitdiffstats
path: root/nanohttp/nanohttp-common.h
diff options
context:
space:
mode:
authorGravatar m0gg2006-12-13 08:18:53 +0000
committerGravatar m0gg2006-12-13 08:18:53 +0000
commita24d40afbeb977745649dc84af82282535f14d24 (patch)
tree269fe6d5ad2cc91f342634652291c7bf6a28c3ee /nanohttp/nanohttp-common.h
parent05dc15bed267898a5db7792a673f26f4d6df0776 (diff)
downloadcsoap-a24d40afbeb977745649dc84af82282535f14d24.tar.gz
csoap-a24d40afbeb977745649dc84af82282535f14d24.tar.bz2
Documentation fix
Diffstat (limited to 'nanohttp/nanohttp-common.h')
-rw-r--r--nanohttp/nanohttp-common.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/nanohttp/nanohttp-common.h b/nanohttp/nanohttp-common.h
index 03fe18d..27036a3 100644
--- a/nanohttp/nanohttp-common.h
+++ b/nanohttp/nanohttp-common.h
@@ -1,5 +1,5 @@
/******************************************************************
- * $Id: nanohttp-common.h,v 1.44 2006/12/11 08:13:19 m0gg Exp $
+ * $Id: nanohttp-common.h,v 1.45 2006/12/13 08:21:43 m0gg Exp $
*
* CSOAP Project: A http client/server library in C
* Copyright (C) 2003-2004 Ferhat Ayaz
@@ -459,8 +459,8 @@ typedef enum _hreq_method
* categorization role. There are 5 values for the first digit:
*
* - @ref status_informational_sec - Request received, continuing process
- * - @ref status_success_sec - The action was successfully received, understood,
- * and accepted
+ * - @ref status_successful_sec - The action was successfully received,
+ * understood, and accepted
* - @ref status_redirection_sec - Further action must be taken in order to
* complete the request
* - @ref status_client_error_sec - The request contains bad syntax or cannot be