Minor spelling correction
authoracli <acli>
Wed, 16 Jul 2003 04:08:29 +0000 (04:08 +0000)
committeracli <acli>
Wed, 16 Jul 2003 04:08:29 +0000 (04:08 +0000)
updater/updatedatabase

index df3ccbd..5507231 100755 (executable)
@@ -518,7 +518,7 @@ my %tabledata = (
            forceupdate         => { 'explanation' => 1,
                                     'type' => 1 },
             value               => 'your.mail@here',
-            explanation => 'the email adress where borrowers modifs are sent',
+            explanation => 'the email address where borrowers modifs are sent',
            type                => 'free'
         },
         {
@@ -896,6 +896,9 @@ $sth->finish;
 exit;
 
 # $Log$
+# Revision 1.58  2003/07/16 04:08:29  acli
+# Minor spelling correction
+#
 # Revision 1.57  2003/07/11 11:50:29  tipaul
 # fixing a bug that occured when adding a field into a table.
 #