[pacman-dev] [PATCH] depricated spelling fix

Roman Kyrylych roman.kyrylych at gmail.com
Thu Apr 5 06:23:37 EDT 2007


BTW, what is that .#makepkg.1.66 ?


diff -uprN pacman-lib.orig/scripts/.#makepkg.1.66
pacman-lib/scripts/.#makepkg.1.66
--- pacman-lib.orig/scripts/.#makepkg.1.66	2007-04-02 18:42:06.000000000 +0300
+++ pacman-lib/scripts/.#makepkg.1.66	2007-04-05 13:21:38.000000000 +0300
@@ -123,7 +123,7 @@ check_option() {
 		# START DEPRECATED
 		# TODO This code should be removed in the next release of makepkg
 		elif [ "$lc" = "no$needle" ]; then
-			warning "Options beginning with 'no' will be depricated in the
next version of makepkg!"
+			warning "Options beginning with 'no' will be deprecated in the
next version of makepkg!"
 			plain "Please replace 'no' with '!': no$needle -> !$needle."
 			echo "n"
 			return
diff -uprN pacman-lib.orig/scripts/makepkg pacman-lib/scripts/makepkg
--- pacman-lib.orig/scripts/makepkg	2007-04-05 13:18:03.000000000 +0300
+++ pacman-lib/scripts/makepkg	2007-04-05 13:20:17.000000000 +0300
@@ -123,7 +123,7 @@ check_option() {
 		# START DEPRECATED
 		# TODO This code should be removed in the next release of makepkg
 		elif [ "$lc" = "no$needle" ]; then
-			warning "Options beginning with 'no' will be depricated in the
next version of makepkg!"
+			warning "Options beginning with 'no' will be deprecated in the
next version of makepkg!"
 			plain "Please replace 'no' with '!': no$needle -> !$needle."
 			echo "n"
 			return

-- 
Roman Kyrylych (Роман Кирилич)


More information about the pacman-dev mailing list