Update of /cvsroot/phpweather/phpweather/locales
In directory usw-pr-cvs1:/tmp/cvs-serv20634/locales
Modified Files:
locale_common.php
Log Message:
Minor Typo in a comment...
Index: locale_common.php
===================================================================
RCS file: /cvsroot/phpweather/phpweather/locales/locale_common.php,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -3 -r1.15 -r1.16
--- locale_common.php 2001/08/02 19:52:31 1.15
+++ locale_common.php 2001/12/19 08:57:47 1.16
@@ -310,7 +310,7 @@
}
if ($condition == 'OVC') {
- /* 'OCV' means that the sky is overcast. This is a special case,
+ /* 'OVC' means that the sky is overcast. This is a special case,
* since the sentence starts with 'The sky was...' instead of
* 'There was...' in English.
*/
|