aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)