From b94d11d663eee9a5d693a9ebb9cdad0f6ba6b881 Mon Sep 17 00:00:00 2001 From: Karl Williamson Date: Thu, 15 May 2014 21:25:32 -0600 Subject: [PATCH] t/loc_tools.pl: Clarify comment --- t/loc_tools.pl | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/t/loc_tools.pl b/t/loc_tools.pl index 737e870..90865e4 100644 --- a/t/loc_tools.pl +++ b/t/loc_tools.pl @@ -67,7 +67,8 @@ sub _decode_encodings { sub find_locales ($) { # Returns an array of all the locales we found on the # system. The parameter is either a single locale # category or a reference to a list of categories to - # find valid locales for it or them + # find valid locales for it (or in the case of + # multiple) for all of them my $categories = shift; use Config;; -- 1.8.3.1