From: Michael Adam Date: Thu, 15 May 2008 22:15:31 +0000 (+0200) Subject: packaging: fix a comment typo in makerpms script. X-Git-Tag: samba-3.3.0pre1~1223 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=95681f066dc070d6552455aabbb27e5487450c5c;p=thirdparty%2Fsamba.git packaging: fix a comment typo in makerpms script. Michael (cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0) --- diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh index 74ec97e25b0..c6e85014fd0 100755 --- a/packaging/RHEL-CTDB/makerpms.sh +++ b/packaging/RHEL-CTDB/makerpms.sh @@ -17,7 +17,7 @@ EXTRA_OPTIONS="$1" SPECDIR=`rpm --eval %_specdir` SRCDIR=`rpm --eval %_sourcedir` -# At this point the SPECDIR and SRCDIR vaiables must have a value! +# At this point the SPECDIR and SRCDIR variables must have a value! USERID=`id -u` GRPID=`id -g`