From b5011ba2c897fa177f1e22dde075055b9ffd271d Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Thu, 10 Dec 2009 14:08:43 +0100 Subject: [PATCH] s3:packaging: Fix typo in comment. Karolin --- packaging/RHEL/makerpms.sh.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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` -- 2.11.4.GIT