summaryrefslogtreecommitdiffstats
path: root/src/parser
diff options
context:
space:
mode:
Diffstat (limited to 'src/parser')
-rw-r--r--src/parser/hdr_warning.h4
-rw-r--r--src/parser/request.h10
2 files changed, 7 insertions, 7 deletions
diff --git a/src/parser/hdr_warning.h b/src/parser/hdr_warning.h
index 1bfa200..6cbfb36 100644
--- a/src/parser/hdr_warning.h
+++ b/src/parser/hdr_warning.h
@@ -43,14 +43,14 @@
#define WARNING_300 "Incompatible network protocol"
#define WARNING_301 "Incompatible network address formats"
#define WARNING_302 "Incompatible transport protocol"
-#define WARNING_303 "Incompatible bandwith units"
+#define WARNING_303 "Incompatible bandwidth units"
#define WARNING_304 "Media type not available"
#define WARNING_305 "Incompatible media format"
#define WARNING_306 "Attribute not understood"
#define WARNING_307 "Session description parameter not understood"
#define WARNING_330 "Multicast not available"
#define WARNING_331 "Unicast not available"
-#define WARNING_370 "Insufficient bandwith"
+#define WARNING_370 "Insufficient bandwidth"
#define WARNING_399 "Miscellanous warning"
using namespace std;
diff --git a/src/parser/request.h b/src/parser/request.h
index a2fe879..76a9b23 100644
--- a/src/parser/request.h
+++ b/src/parser/request.h
@@ -64,7 +64,7 @@ private:
* @param passwd [in] Authentication password.
* @param nc [in] Nonce count
* @param cnonce [in] Client nonce
- * @param cr [out] Credentials on succesful return.
+ * @param cr [out] Credentials on successful return.
* @param fail_reason [out] Failure reason on failure return.
* @return false, if authorization fails.
* @return true, if authorization succeeded
@@ -82,7 +82,7 @@ private:
* @param nc [in] Nonce count
* @param cnonce [in] Client nonce
* @param qop [in] Quality of protection
- * @param resp [out] Response on succesful return.
+ * @param resp [out] Response on successful return.
* @param fail_reason [out] Failure reason on failure return.
* @return false, if authorization fails.
* @return true, if authorization succeeded
@@ -102,7 +102,7 @@ private:
* @param nc [in] Nonce count
* @param cnonce [in] Client nonce
* @param qop [in] Quality of protection
- * @param resp [out] Response on succesful return.
+ * @param resp [out] Response on successful return.
* @param fail_reason [out] Failure reason on failure return.
* @return false, if authorization fails.
* @return true, if authorization succeeded
@@ -174,7 +174,7 @@ public:
* @param passwd [in] Authentication password.
* @param nc [in] Nonce count
* @param cnonce [in] Client nonce
- * @param cr [out] Credentials on succesful return.
+ * @param cr [out] Credentials on successful return.
* @param fail_reason [out] Failure reason on failure return.
* @return false, if challenge is not supported.
* @return true, if authorization succeeded
@@ -191,7 +191,7 @@ public:
* @param passwd [in] Authentication password.
* @param nc [in] Nonce count
* @param cnonce [in] Client nonce
- * @param cr [out] Credentials on succesful return.
+ * @param cr [out] Credentials on successful return.
* @param fail_reason [out] Failure reason on failure return.
* @return false, if challenge is not supported.
* @return true, if authorization succeeded