From feac9b4888c36c4d12c3acbdf1fc35f935efd232 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Mon, 19 Jun 2006 12:19:37 +0000 Subject: [PATCH] Spelling in code comments patch: 'sttings' -> 'settings' in checksetup.pl; patch by Vlad Dascalu . git-svn-id: svn://10.0.0.236/trunk@200266 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/webtools/bugzilla/checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/checksetup.pl b/mozilla/webtools/bugzilla/checksetup.pl index f5380e22e26..b4daf7ebe04 100755 --- a/mozilla/webtools/bugzilla/checksetup.pl +++ b/mozilla/webtools/bugzilla/checksetup.pl @@ -88,7 +88,7 @@ # add more database-related checks --DATABASE-- # change table definitions --TABLE-- # add more groups --GROUPS-- -# add user-adjustable sttings --SETTINGS-- +# add user-adjustable settings --SETTINGS-- # create initial administrator account --ADMIN-- # # Note: sometimes those special comments occur more than once. For