Update comment (trivial)
authoratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 15 Sep 2010 05:25:03 +0000 (05:25 +0000)
committeratz <atz@dcc99617-32d9-48b4-a31d-7c20da2025e4>
Wed, 15 Sep 2010 05:25:03 +0000 (05:25 +0000)
git-svn-id: svn://svn.open-ils.org/ILS/trunk@17685 dcc99617-32d9-48b4-a31d-7c20da2025e4

Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm

index 7c701a2..cc03d22 100644 (file)
@@ -327,7 +327,7 @@ sub ls {
 # Checks if the filename part of a pathname has one or more glob characters
 # We split out the filename portion of the path
 # Detect glob or no glob.
-# return: regex for matching filenames
+# returns: directory, regex for matching filenames
 sub glob_parse {
     my $self = shift;
     my $path = shift or return;