Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/winsup
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2005-01-01 11:57:31 +0300
committerDanny Smith <dannysmith@users.sourceforge.net>2005-01-01 11:57:31 +0300
commitf8316b46dd876638049f1e33e37db9ce5e697ef4 (patch)
treecdf7ef8bce8f28958ab4683909442eb8235cfc90 /winsup
parentede7692fd26ecf4d668f6b0113f32e087d4527dc (diff)
* include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
Correct typo.
Diffstat (limited to 'winsup')
-rw-r--r--winsup/w32api/ChangeLog6
-rw-r--r--winsup/w32api/include/winerror.h2
2 files changed, 7 insertions, 1 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index d04766d3d..f25c8f6a9 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,9 @@
+2005-01-01 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/winerror.h (ERROR_EXE_CANNOT_MODIFY_STRONG_SIGNED_BINARY):
+ Correct typo.
+ Thanks to: Aidan France <aidan1@users.sourceforge.net>
+
2004-12-29 Chris Sutcliffe <ir0nh34d@users.sourceforge.net>
*include/winuser.h (MNS_*, WM_MENUCOMMAND,
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