From: timeless%mozdev.org <> Date: Thu, 2 Nov 2006 07:02:17 +0000 (+0000) Subject: Bug 106386 Correct misspellings in source code X-Git-Tag: bugzilla-2.23.4~238 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c2316ff6247868d146c45e2440fa31f992b8bb8d;p=thirdparty%2Fbugzilla.git Bug 106386 Correct misspellings in source code r=glennrp@gmail.com, bclary@bclary.com rs=brendan --- diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 947d0089e6..28c79254c3 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1773,7 +1773,7 @@ obtained by Cgroups})>.) =item C -Returns a string containing a comma-seperated list of numeric group ids. If +Returns a string containing a comma-separated list of numeric group ids. If the user is not a member of any groups, returns "-1". This is most often used within an SQL IN() function.