From 091dc85b73f0b0eeac1ad4df5f39e447ef0ec16c Mon Sep 17 00:00:00 2001 From: Francois Gouget Date: Sun, 11 Jun 2000 20:06:12 +0000 Subject: [PATCH] Fixed a typo in the name of FreePrinterNotifyInfo. --- include/winspool.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/winspool.h b/include/winspool.h index 4c7bdd9bfd3..dc25e1919d1 100644 --- a/include/winspool.h +++ b/include/winspool.h @@ -972,7 +972,7 @@ BOOL WINAPI FindNextPrinterChangeNotification(HANDLE hChange, PDWORD pdwChange, LPVOID pvReserved, LPVOID *ppPrinterNotifyInfo); -BOOL WINAPI FreePrinterBotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo); +BOOL WINAPI FreePrinterNotifyInfo(PPRINTER_NOTIFY_INFO pPrinterNotifyInfo); BOOL WINAPI FindClosePrinterChangeNotification(HANDLE hChange); DWORD WINAPI PrinterMessageBoxA(HANDLE hPrinter, DWORD Error, HWND hWnd,