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