From: Karolin Seeger Date: Thu, 10 Dec 2009 13:08:43 +0000 (+0100) Subject: s3:packaging: Fix typo in comment. X-Git-Tag: samba-3.4.4~26 X-Git-Url: http://git.samba.org/?a=commitdiff_plain;h=dd39599f4756e25c3b591ccac626ce1fd0a9c611;p=samba.git s3:packaging: Fix typo in comment. Karolin (cherry picked from commit b5011ba2c897fa177f1e22dde075055b9ffd271d) (cherry picked from commit 3b812b134d819097df51bb20bdb4fd856f4ad00d) (cherry picked from commit c504e7f0d464944836d04db3f288ee786431b553) --- diff --git a/packaging/RHEL/makerpms.sh.tmpl b/packaging/RHEL/makerpms.sh.tmpl index 93d2d82692c..03e56f5d069 100644 --- a/packaging/RHEL/makerpms.sh.tmpl +++ b/packaging/RHEL/makerpms.sh.tmpl @@ -16,7 +16,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`