Browse Source

core: small spelling fix and cleanup in doxygen docs

Henning Westerholt 14 years ago
parent
commit
7a43776115
1 changed files with 1 additions and 3 deletions
  1. 1 3
      str.h

+ 1 - 3
str.h

@@ -1,6 +1,4 @@
 /*
 /*
- * $Id$
- *
  * Copyright (C) 2001-2003 FhG Fokus
  * Copyright (C) 2001-2003 FhG Fokus
  *
  *
  * This file is part of ser, a free SIP server.
  * 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
  * @see _str
  */
  */
 typedef struct _str str;
 typedef struct _str str;