From 66bf342e05b2277561eaf94f483fb2ec18108d6d Mon Sep 17 00:00:00 2001 From: Siep Kroonenberg Date: Mon, 17 Apr 2017 09:47:47 +0000 Subject: Fixed typo line 175, "$assoc_fu => $update_fu" git-svn-id: svn://tug.org/texlive/trunk@43889 c570f23f-e606-0410-a88d-b1316a301751 --- Master/tlpkg/TeXLive/TLWinGoo.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Master/tlpkg/TeXLive/TLWinGoo.pm') diff --git a/Master/tlpkg/TeXLive/TLWinGoo.pm b/Master/tlpkg/TeXLive/TLWinGoo.pm index c16e4329a9d..e04f01c3cb2 100644 --- a/Master/tlpkg/TeXLive/TLWinGoo.pm +++ b/Master/tlpkg/TeXLive/TLWinGoo.pm @@ -175,7 +175,7 @@ if ($is_win) { $SendMessage = new Win32::API('user32', 'SendMessageTimeout', 'LLPPLLP', 'L'); debug ("Import failure SendMessage\n") unless $SendMessage; $update_fu = new Win32::API('shell32', 'SHChangeNotify', 'LIPP', 'V'); - debug ("Import failure assoc_notify\n") unless $assoc_fu; + debug ("Import failure assoc_notify\n") unless $update_fu; } =pod -- cgit v1.2.3