From 8e0b029bd9fcf27aad27f2f393e6903aa7d4260e Mon Sep 17 00:00:00 2001 From: atz Date: Wed, 15 Sep 2010 05:25:03 +0000 Subject: [PATCH] Update comment (trivial) git-svn-id: svn://svn.open-ils.org/ILS/trunk@17685 dcc99617-32d9-48b4-a31d-7c20da2025e4 --- Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm b/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm index 7c701a2032..cc03d22c48 100644 --- a/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm +++ b/Open-ILS/src/perlmods/OpenILS/Utils/RemoteAccount.pm @@ -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; -- 2.43.2