Module: sip-router
Branch: master
Commit: 7a437761156b08ad19465e90941995a48eee9ced
URL:
http://git.sip-router.org/cgi-bin/gitweb.cgi/sip-router/?a=commit;h=7a43776…
Author: Henning Westerholt <henning.westerholt(a)1und1.de>
Committer: Henning Westerholt <henning.westerholt(a)1und1.de>
Date: Tue Jul 5 23:34:41 2011 +0200
core: small spelling fix and cleanup in doxygen docs
---
str.h | 4 +---
1 files changed, 1 insertions(+), 3 deletions(-)
diff --git a/str.h b/str.h
index 452fd7d..1985730 100644
--- a/str.h
+++ b/str.h
@@ -1,6 +1,4 @@
/*
- * $Id$
- *
* Copyright (C) 2001-2003 FhG Fokus
*
* This file is part of ser, a free SIP server.
@@ -70,7 +68,7 @@ struct _str{
};
-/** Data structure used across SER soruces to store counted-length strings.
+/** Data structure used across SER sources to store counted-length strings.
* @see _str
*/
typedef struct _str str;