]> git.pld-linux.org Git - packages/rpm-build-macros.git/commitdiff
- typo
authorElan Ruusamäe <glen@pld-linux.org>
Fri, 3 Jun 2005 13:36:43 +0000 (13:36 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    rpm.macros -> 1.222

rpm.macros

index 3b374576203404f6faa237dc6349ffa429692bee..ac0737e5d913e765471d89dff02e6949be207336 100644 (file)
@@ -704,7 +704,7 @@ fi\
 %apache_config_uninstall(v:n:) \
 %{!-v:%{error:apache_config_uninstall: Required argument -v missing}} \
 %{?debug:set -x; echo "apache_config_uninstall:%{-v*} %{name}-%{version}-%{release}: 1:[$1]; 2:[$2]"} \
-# remove link if eighter of the packages are gone \
+# remove link if either of the packages are gone \
 if [ "$1" = "0" ] || [ "$2" = "0" ]; then \
        if [ -L %{__apache_confdir %{-v*}}/%{-n*}%{!-n:99}_%{name}.conf ]; then \
                rm -f %{__apache_confdir %{-v*}}/%{-n*}%{!-n:99}_%{name}.conf \
This page took 0.046009 seconds and 4 git commands to generate.