diff options
author | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-04-17 09:47:47 +0000 |
---|---|---|
committer | Siep Kroonenberg <siepo@cybercomm.nl> | 2017-04-17 09:47:47 +0000 |
commit | 66bf342e05b2277561eaf94f483fb2ec18108d6d (patch) | |
tree | 50583b4a9c1bba2b310c53363e05c1f429e37a1e /Master/tlpkg | |
parent | 2f0ace9a270334353f0f3c3dbf73c93dec45a33a (diff) |
Fixed typo line 175, "$assoc_fu => $update_fu"
git-svn-id: svn://tug.org/texlive/trunk@43889 c570f23f-e606-0410-a88d-b1316a301751
Diffstat (limited to 'Master/tlpkg')
-rw-r--r-- | Master/tlpkg/TeXLive/TLWinGoo.pm | 2 |
1 files changed, 1 insertions, 1 deletions
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 |