[COMMIT LOGREPORT] service/www/lib/Lire/WWW/UserAgent Browser.pm, 1.3, 1.4

Joost van Baal vanbaal at users.sourceforge.net
Tue Mar 25 20:23:10 CET 2008


Update of /cvsroot/logreport/service/www/lib/Lire/WWW/UserAgent
In directory sc8-pr-cvs6.sourceforge.net:/tmp/cvs-serv7740/Lire/WWW/UserAgent

Modified Files:
	Browser.pm 
Log Message:
fix typo: s/Internet Exporer/Internet Explorer/

Index: Browser.pm
===================================================================
RCS file: /cvsroot/logreport/service/www/lib/Lire/WWW/UserAgent/Browser.pm,v
retrieving revision 1.3
retrieving revision 1.4
diff -u -r1.3 -r1.4
--- Browser.pm	23 Jul 2006 13:16:36 -0000	1.3
+++ Browser.pm	11 Feb 2008 05:38:17 -0000	1.4
@@ -145,7 +145,7 @@
     #       This avoid other tests if found)
     if (($ua =~ /msie/) && ($ua !~ /webtv/) &&
         ($ua !~ /omniweb/) && ($ua !~ /opera/)) {
-        return "MS Internet Exporer";
+        return "MS Internet Explorer";
     }
 
     # Mozilla ?



More information about the Commit mailing list