aboutsummaryrefslogtreecommitdiffstats
path: root/epan/strutil.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2008-05-05 00:39:47 +0000
committerJörg Mayer <jmayer@loplof.de>2008-05-05 00:39:47 +0000
commitc62680b8eb42fbd9d74f4a434d4c1b7e4a0b31f7 (patch)
treea728b81e471e8c08002b7a968da492c1dd4cb8ee /epan/strutil.c
parentb77e2466b85306e8a47cc2c0759768efaa445644 (diff)
Fix a tpyo
svn path=/trunk/; revision=25227
Diffstat (limited to 'epan/strutil.c')
-rw-r--r--epan/strutil.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/strutil.c b/epan/strutil.c
index f6dc886be6..257c4e63b1 100644
--- a/epan/strutil.c
+++ b/epan/strutil.c
@@ -265,7 +265,7 @@ format_text(const guchar *string, int len)
* Given a string, generate a string from it that shows non-printable
* characters as C-style escapes except a whitespace character
* (space, tab, carriage return, new line, vertical tab, or formfeed)
- * which will be replaved by a space, and return a pointer to it.
+ * which will be replaced by a space, and return a pointer to it.
*/
gchar *
format_text_wsp(const guchar *string, int len)