Date: Saturday, November 21, 2020 @ 12:55:06
  Author: demize
Revision: 758481

hunspell-pl: Fix incorrect comment

Modified:
  hunspell-pl/trunk/PKGBUILD

----------+
 PKGBUILD |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Modified: PKGBUILD
===================================================================
--- PKGBUILD    2020-11-21 12:36:47 UTC (rev 758480)
+++ PKGBUILD    2020-11-21 12:55:06 UTC (rev 758481)
@@ -19,7 +19,7 @@
 
   # fix file encoding - FS#68481
   # check for broken files using
-  # file -i  $(pacman -Ql hunspell-de | sed "s/hunspell-de//") | grep iso
+  # file -i  $(pacman -Qql hunspell-pl) | grep iso
   for file in pl_PL.aff pl_PL.dic; do
       mv $file $file.ISO-8859
       iconv -f iso-8859-2 -t utf-8 $file.ISO-8859 -o $file

Reply via email to