Module: sip-router
Branch: master
Commit: 4bf0c8ada7d5acf6743d0a7b18c163747c5af38a
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=4bf0c8a…
Author: Henning Westerholt <hw(a)kamailio.org>
Committer: Henning Westerholt <hw(a)kamailio.org>
Date: Wed Oct 19 14:04:54 2011 +0200
srdb1: small spelling fix in doxygen
---
lib/srdb1/db_op.h | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/lib/srdb1/db_op.h b/lib/srdb1/db_op.h
index b2d04dd..4b4c3a4 100644
--- a/lib/srdb1/db_op.h
+++ b/lib/srdb1/db_op.h
@@ -42,7 +42,7 @@
#define OP_GEQ ">="
/** operator negation */
#define OP_NEQ "!="
-/** bitise AND */
+/** bitwise AND */
#define OP_BITWISE_AND "&"