pkgsrc-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

CVS commit: pkgsrc/www/firefox/files



Module Name:    pkgsrc
Committed By:   gutteridge
Date:           Sun Jun 25 18:49:16 UTC 2023

Modified Files:
        pkgsrc/www/firefox/files: firefox.sh

Log Message:
firefox: fix a typo in a comment


To generate a diff of this commit:
cvs rdiff -u -r1.2 -r1.3 pkgsrc/www/firefox/files/firefox.sh

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.

Modified files:

Index: pkgsrc/www/firefox/files/firefox.sh
diff -u pkgsrc/www/firefox/files/firefox.sh:1.2 pkgsrc/www/firefox/files/firefox.sh:1.3
--- pkgsrc/www/firefox/files/firefox.sh:1.2     Fri Jun  9 21:48:11 2023
+++ pkgsrc/www/firefox/files/firefox.sh Sun Jun 25 18:49:16 2023
@@ -8,7 +8,7 @@ if [ -f /usr/X11R7/lib/libEGL.so ] && [ 
     export LD_PRELOAD=/usr/X11R7/lib/libEGL.so
     # Note that there is an _additional_ issue with firefox >= 111 that
     # needs to be addressed, and that is worked around by disabling webgl
-    # by default, but its not even worth looking at that on a system without
+    # by default, but it's not even worth looking at that on a system without
     # the fixed libGL
 fi
 exec /usr/pkg/lib/firefox/firefox "$@"



Home | Main Index | Thread Index | Old Index