summaryrefslogtreecommitdiff
path: root/usr.bin/error/error.h
diff options
context:
space:
mode:
authorTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-16 06:22:29 +0000
committerTheo de Raadt <deraadt@cvs.openbsd.org>1998-11-16 06:22:29 +0000
commit962cb177a58ece8c8b8e9c6ca6bb31de976186ba (patch)
tree2a0ce9a270cd82afdf0d5bb5654c30e29b76801b /usr.bin/error/error.h
parent6e474881df79d88994418eb3366958040c17dcd1 (diff)
some -Wall.. much more needed
Diffstat (limited to 'usr.bin/error/error.h')
-rw-r--r--usr.bin/error/error.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/usr.bin/error/error.h b/usr.bin/error/error.h
index ee20262705a..6281704f9ff 100644
--- a/usr.bin/error/error.h
+++ b/usr.bin/error/error.h
@@ -1,4 +1,4 @@
-/* $OpenBSD: error.h,v 1.3 1998/07/10 14:09:53 mickey Exp $ */
+/* $OpenBSD: error.h,v 1.4 1998/11/16 06:22:28 deraadt Exp $ */
/* $NetBSD: error.h,v 1.3 1995/09/02 06:15:25 jtc Exp $ */
/*
@@ -203,10 +203,10 @@ extern int nfiles;
extern Eptr **files; /* array of pointers into errors*/
boolean *touchedfiles; /* which files we touched */
/*
- * The langauge the compilation is in, as intuited from
+ * The language the compilation is in, as intuited from
* the flavor of error messages analyzed.
*/
-extern int langauge;
+extern int language;
extern char *currentfilename;
/*
* Functional forwards