summaryrefslogtreecommitdiff
path: root/error.h
diff options
context:
space:
mode:
authorChet Ramey <chet.ramey@case.edu>2013-11-25 14:25:43 -0500
committerChet Ramey <chet.ramey@case.edu>2013-11-25 14:25:43 -0500
commit8581f42df9a1b1d848e2d4bdf3cc951b8d14b5be (patch)
tree378adb924335bff39d6696a16a631865e79b8f36 /error.h
parent145d6930ab0ff41d44db65adfed376f2165fd1bf (diff)
downloadbash-8581f42df9a1b1d848e2d4bdf3cc951b8d14b5be.tar.gz
bash-4.3-rc1 overlaybash-4.3-rc1
Diffstat (limited to 'error.h')
-rw-r--r--error.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/error.h b/error.h
index e79ba3ee..0b6d8852 100644
--- a/error.h
+++ b/error.h
@@ -59,7 +59,7 @@ extern void command_error __P((const char *, int, int, int));
extern char *command_errstr __P((int));
-/* Specific errror message functions that eventually call report_error or
+/* Specific error message functions that eventually call report_error or
internal_error. */
extern void err_badarraysub __P((const char *));