summaryrefslogtreecommitdiff
path: root/redo/winapi_windows.h
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-07-17 23:56:16 -0400
committerPietro Gagliardi <[email protected]>2014-07-17 23:56:16 -0400
commit7c6fa3b2fd773a31d4c0f8899b96c1f25a669ec1 (patch)
tree97a1ec0e3678bd95c48f8aa430d81c391b3cfaf0 /redo/winapi_windows.h
parentb174ed985c08abaec6e424b8c8e820a08f3ec047 (diff)
Fixed assorted typos in some of the new C files.
Diffstat (limited to 'redo/winapi_windows.h')
-rw-r--r--redo/winapi_windows.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/redo/winapi_windows.h b/redo/winapi_windows.h
index 71eb94e..9d75af4 100644
--- a/redo/winapi_windows.h
+++ b/redo/winapi_windows.h
@@ -44,7 +44,7 @@ extern LRESULT forwardCommand(HWND, UINT, WPARAM, LPARAM);
extern void setButtonSubclass(HWND, void *);
/* init_windows.c */
-extern HINSTANCE hInstnace;
+extern HINSTANCE hInstance;
extern int nCmdShow;
extern HICON hDefaultIcon;
extern HCURSOR hArrowCursor;