diff options
author | Vladimir Panteleev <github.private@thecybershadow.net> | 2018-03-16 14:45:47 +0100 |
---|---|---|
committer | Dylan William Hardison <dylan@hardison.net> | 2018-03-16 14:45:47 +0100 |
commit | fa79c330202397e1ca8ee8eef068a75949a258e6 (patch) | |
tree | f29d979fb3a8017e6d88e55852e1236b285d4cd7 /extensions | |
parent | b18915bb95c8b1fd9cf8ecef73f45cd47f71fc09 (diff) | |
download | bugzilla-fa79c330202397e1ca8ee8eef068a75949a258e6.tar.gz bugzilla-fa79c330202397e1ca8ee8eef068a75949a258e6.tar.xz |
Bug 1446236 - fix several occurrences of a typo (user's of)
Diffstat (limited to 'extensions')
-rw-r--r-- | extensions/BMO/lib/WebService.pm | 2 | ||||
-rw-r--r-- | extensions/EditComments/lib/WebService.pm | 2 | ||||
-rw-r--r-- | extensions/Ember/lib/WebService.pm | 2 | ||||
-rw-r--r-- | extensions/MyDashboard/lib/WebService.pm | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/extensions/BMO/lib/WebService.pm b/extensions/BMO/lib/WebService.pm index 327c8563f..b9d8e4132 100644 --- a/extensions/BMO/lib/WebService.pm +++ b/extensions/BMO/lib/WebService.pm @@ -116,7 +116,7 @@ Bugzilla::Extension::BMO::Webservice - The BMO WebServices API =head1 DESCRIPTION -This module contains API methods that are useful to user's of bugzilla.mozilla.org. +This module contains API methods that are useful to users of bugzilla.mozilla.org. =head1 METHODS diff --git a/extensions/EditComments/lib/WebService.pm b/extensions/EditComments/lib/WebService.pm index 6969ca742..5fdd6ffee 100644 --- a/extensions/EditComments/lib/WebService.pm +++ b/extensions/EditComments/lib/WebService.pm @@ -88,7 +88,7 @@ Bugzilla::Extension::EditComments::Webservice - The EditComments WebServices API =head1 DESCRIPTION -This module contains API methods that are useful to user's of bugzilla.mozilla.org. +This module contains API methods that are useful to users of bugzilla.mozilla.org. =head1 METHODS diff --git a/extensions/Ember/lib/WebService.pm b/extensions/Ember/lib/WebService.pm index 10c828537..2e00773f2 100644 --- a/extensions/Ember/lib/WebService.pm +++ b/extensions/Ember/lib/WebService.pm @@ -781,7 +781,7 @@ Bugzilla::Extension::Ember::Webservice - The BMO Ember WebServices API =head1 DESCRIPTION -This module contains API methods that are useful to user's of the Bugzilla Ember +This module contains API methods that are useful to users of the Bugzilla Ember based UI. =head1 METHODS diff --git a/extensions/MyDashboard/lib/WebService.pm b/extensions/MyDashboard/lib/WebService.pm index 5407c1d0b..5ab849350 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 user's of bugzilla.mozilla.org. +This module contains API methods that are useful to users of bugzilla.mozilla.org. =head1 METHODS |