aboutsummaryrefslogtreecommitdiffstats
path: root/epan/report_err.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2008-03-15 18:17:52 +0000
committerBill Meier <wmeier@newsguy.com>2008-03-15 18:17:52 +0000
commitdca49accfae6990c6a1dcef28c09104adc82828d (patch)
treeee6f0ff28084936a272d86bacc1e1dfc6cf34dca /epan/report_err.c
parent2fbd6fcf1fe84423312ed4756d49cd05fa9417f2 (diff)
Fix trivial spelling error
svn path=/trunk/; revision=24639
Diffstat (limited to 'epan/report_err.c')
-rw-r--r--epan/report_err.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/report_err.c b/epan/report_err.c
index bab1aa64b6..68924c64b8 100644
--- a/epan/report_err.c
+++ b/epan/report_err.c
@@ -59,7 +59,7 @@ report_failure(const char *msg_format, ...)
* Report an error when trying to open or create a file.
* "err" is assumed to be an error code from Wiretap; positive values are
* UNIX-style errnos, so this can be used for open failures not from
- * Wiretap as long as the failue code is just an errno.
+ * Wiretap as long as the failure code is just an errno.
*/
void
report_open_failure(const char *filename, int err,