diff options
author | reed%reedloden.com <> | 2007-03-26 14:52:17 +0200 |
---|---|---|
committer | reed%reedloden.com <> | 2007-03-26 14:52:17 +0200 |
commit | 3cbe5cbb7f953f37f628dd58a87c13f0df5439ac (patch) | |
tree | 41120ca76c1967c1cebc7e2da355c7d1c0e28f62 | |
parent | e8efd74dbba16ab40bc544c8357ec9e6f7995adf (diff) | |
download | bugzilla-3cbe5cbb7f953f37f628dd58a87c13f0df5439ac.tar.gz bugzilla-3cbe5cbb7f953f37f628dd58a87c13f0df5439ac.tar.xz |
Bug 375251 - "Typo in the Bugzilla::WebService pod" [p=reed r=LpSolit a=LpSolit]
-rwxr-xr-x | Bugzilla/WebService.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Bugzilla/WebService.pm b/Bugzilla/WebService.pm index 0f32e74be..dddc87a15 100755 --- a/Bugzilla/WebService.pm +++ b/Bugzilla/WebService.pm @@ -71,7 +71,7 @@ __END__ =head1 NAME -Bugzilla::WebSerice - The Web Service interface to Bugzilla +Bugzilla::WebService - The Web Service interface to Bugzilla =head1 DESCRIPTION |