diff options
author | Dylan William Hardison <dylan@hardison.net> | 2018-08-26 08:10:34 +0200 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-08-26 08:10:34 +0200 |
commit | 12709134b6fc504fa661e182449dd534ac9ab701 (patch) | |
tree | 2298bec5c7994163ba79f2cc0e526936e88c220a /extensions/MyDashboard/lib | |
parent | 7d93077fb4ad1bccb86a1b2cc35be3d236190f9a (diff) | |
download | bugzilla-12709134b6fc504fa661e182449dd534ac9ab701.tar.gz bugzilla-12709134b6fc504fa661e182449dd534ac9ab701.tar.xz |
Revert "Bug 1446236 - fix several occurrences of a typo (user's of)"
This reverts commit fa79c330202397e1ca8ee8eef068a75949a258e6.
Diffstat (limited to 'extensions/MyDashboard/lib')
-rw-r--r-- | extensions/MyDashboard/lib/WebService.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/extensions/MyDashboard/lib/WebService.pm b/extensions/MyDashboard/lib/WebService.pm index 5ab849350..5407c1d0b 100644 --- a/extensions/MyDashboard/lib/WebService.pm +++ b/extensions/MyDashboard/lib/WebService.pm @@ -172,7 +172,7 @@ Bugzilla::Extension::MyDashboard::Webservice - The MyDashboard WebServices API =head1 DESCRIPTION -This module contains API methods that are useful to users of bugzilla.mozilla.org. +This module contains API methods that are useful to user's of bugzilla.mozilla.org. =head1 METHODS |