aboutsummaryrefslogtreecommitdiffstats
path: root/epan/column-utils.h
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-02-15 15:02:55 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-02-15 15:02:55 +0000
commitcfe8977eef0480ae130e69772e89c776d3e36120 (patch)
tree934c1de6341b352a0899f14c463f19a1f6ecdf0f /epan/column-utils.h
parent84b134a22dfb0290852a1dfe5cf9a91f508231d1 (diff)
Fixed a typo.
svn path=/trunk/; revision=27452
Diffstat (limited to 'epan/column-utils.h')
-rw-r--r--epan/column-utils.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/column-utils.h b/epan/column-utils.h
index dcf0e0aae0..6b104ccf71 100644
--- a/epan/column-utils.h
+++ b/epan/column-utils.h
@@ -188,7 +188,7 @@ extern void col_prepend_fstr(column_info *cinfo, gint col, const gchar *format,
* This function is similar to col_prepend_fstr() but this function will
* unconditionally set a fence to the end of the prepended data even if there
* were no fence before.
- * The col_prepend_fstr() will only prepend the data before the fence IFF
+ * The col_prepend_fstr() will only prepend the data before the fence IF
* there is already a fence created. This function will create a fence in case
* it does not yet exist.
*/