summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/winerror.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-01-01 08:57:31 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2005-01-01 08:57:31 +0000
commitf8316b46dd876638049f1e33e37db9ce5e697ef4 (patch)
treecdf7ef8bce8f28958ab4683909442eb8235cfc90 /winsup/w32api/include/winerror.h
parentede7692fd26ecf4d668f6b0113f32e087d4527dc (diff)
downloadcygnal-f8316b46dd876638049f1e33e37db9ce5e697ef4.tar.gz
cygnal-f8316b46dd876638049f1e33e37db9ce5e697ef4.tar.bz2
cygnal-f8316b46dd876638049f1e33e37db9ce5e697ef4.zip
* include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
Correct typo.
Diffstat (limited to 'winsup/w32api/include/winerror.h')
-rw-r--r--winsup/w32api/include/winerror.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/winerror.h b/winsup/w32api/include/winerror.h
index 0a3193cdf..56f6700e0 100644
--- a/winsup/w32api/include/winerror.h
+++ b/winsup/w32api/include/winerror.h
@@ -173,7 +173,7 @@
#define ERROR_NESTING_NOT_ALLOWED 215L
#define ERROR_EXE_MACHINE_TYPE_MISMATCH 216L
#define ERROR_EXE_CANNOT_MODIFY_SIGNED_BINARY 217L
-#define ERRO_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY 218L
+#define ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY 218L
#define ERROR_BAD_PIPE 230L
#define ERROR_PIPE_BUSY 231L
#define ERROR_NO_DATA 232L