From 067218431b0e98b9005158c2c27d4ba2bf77e6e9 Mon Sep 17 00:00:00 2001 From: David Steinbrunner Date: Sun, 21 Jul 2013 20:27:12 -0400 Subject: [PATCH] typo fixes --- lib/Filesys/Notify/Simple.pm | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/Filesys/Notify/Simple.pm b/lib/Filesys/Notify/Simple.pm index cc9d522..05276ba 100644 --- a/lib/Filesys/Notify/Simple.pm +++ b/lib/Filesys/Notify/Simple.pm @@ -274,7 +274,7 @@ Currently C method blocks. In return, this module doesn't depend on any non-core modules. Platform specific optimizations with L, L, L and L -are truely optional. +are truly optional. NOTE: Using L may put additional limitations. @@ -282,7 +282,7 @@ NOTE: Using L may put additional limitations. =item * -L uses FindFirstChangeNotificationA so that +L uses FindFirstChangeNotification so that Unicode characters can not be handled. On cygwin (1.7 or later), Unicode characters should be able to be handled when L is not used. @@ -290,7 +290,7 @@ when L is not used. =item * If more than 64 directories are included under the specified paths, -an error occurrs. +an error occurs. =back