From 08a36175baba18d37a733caa17a450ebe9364113 Mon Sep 17 00:00:00 2001 From: klemens Date: Tue, 9 Jan 2018 14:13:37 -0500 Subject: [PATCH] Bug 1428580 - Various spelling fixes. r=mcote --- Bugzilla.pm | 2 +- Bugzilla/API/1_0/Resource/Bug.pm | 8 ++++---- Bugzilla/API/1_0/Resource/FlagType.pm | 2 +- Bugzilla/API/1_0/Resource/User.pm | 2 +- Bugzilla/API/Server.pm | 2 +- Bugzilla/Auth.pm | 2 +- Bugzilla/Auth/Verify/LDAP.pm | 2 +- Bugzilla/BugUserLastVisit.pm | 2 +- Bugzilla/CGI.pm | 4 ++-- Bugzilla/Config.pm | 2 +- Bugzilla/Config/Common.pm | 2 +- Bugzilla/DB.pm | 10 +++++----- Bugzilla/DB/Oracle.pm | 2 +- Bugzilla/DB/Schema.pm | 2 +- Bugzilla/DB/Sqlite.pm | 2 +- Bugzilla/Field.pm | 2 +- Bugzilla/Hook.pm | 2 +- Bugzilla/Install/Util.pm | 2 +- Bugzilla/User.pm | 2 +- Bugzilla/User/APIKey.pm | 2 +- Bugzilla/WebService/Bug.pm | 8 ++++---- Bugzilla/WebService/FlagType.pm | 2 +- Bugzilla/WebService/User.pm | 2 +- Makefile.PL | 2 +- docs/en/rst/api/core/v1/attachment.rst | 2 +- docs/en/rst/api/core/v1/bug.rst | 2 +- docs/en/rst/api/core/v1/comment.rst | 2 +- docs/en/rst/api/core/v1/user.rst | 2 +- docs/en/rst/integrating/faq.rst | 2 +- extensions/Example/Config.pm | 2 +- migrate.pl | 2 +- template/en/default/admin/keywords/edit.html.tmpl | 2 +- template/en/default/admin/params/auth.html.tmpl | 2 +- template/en/default/global/messages.html.tmpl | 4 ++-- template/en/default/pages/markdown.html.tmpl | 2 +- xt/rest/bugzilla.t | 2 +- xt/selenium/user_matching.t | 2 +- xt/webservice/bugzilla.t | 2 +- 38 files changed, 50 insertions(+), 50 deletions(-) diff --git a/Bugzilla.pm b/Bugzilla.pm index 5a57dbab2a..ea15aafca4 100644 --- a/Bugzilla.pm +++ b/Bugzilla.pm @@ -758,7 +758,7 @@ Note that items accessible via this object are demand-loaded when requested. For something to be added to this object, it should either be able to benefit from persistence when run under mod_perl (such as the a C