diff options
author | timeless%mozdev.org <> | 2006-11-02 08:02:17 +0100 |
---|---|---|
committer | timeless%mozdev.org <> | 2006-11-02 08:02:17 +0100 |
commit | c2316ff6247868d146c45e2440fa31f992b8bb8d (patch) | |
tree | 0cbd2bcf5044b40c9dd05f38b1a5b2d585331314 /Bugzilla | |
parent | 20df5235b9823104d06bd2cd94a6985bdcf5c15d (diff) | |
download | bugzilla-c2316ff6247868d146c45e2440fa31f992b8bb8d.tar.gz bugzilla-c2316ff6247868d146c45e2440fa31f992b8bb8d.tar.xz |
Bug 106386 Correct misspellings in source code
r=glennrp@gmail.com, bclary@bclary.com rs=brendan
Diffstat (limited to 'Bugzilla')
-rw-r--r-- | Bugzilla/User.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/User.pm b/Bugzilla/User.pm index 947d0089e..28c79254c 100644 --- a/Bugzilla/User.pm +++ b/Bugzilla/User.pm @@ -1773,7 +1773,7 @@ obtained by C<values(%{$user-E<gt>groups})>.) =item C<groups_as_string> -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. |