summaryrefslogtreecommitdiffstats
path: root/packaging
diff options
context:
space:
mode:
authorKarolin Seeger <kseeger@samba.org>2009-12-10 14:08:43 +0100
committerKarolin Seeger <kseeger@samba.org>2009-12-10 14:09:42 +0100
commitb5011ba2c897fa177f1e22dde075055b9ffd271d (patch)
treea5545991084d6b4fcc7bb697a9a714fcd1c4dee9 /packaging
parentc59372b0b87ca85c1b9061545b6714f00736bb35 (diff)
downloadsamba-b5011ba2c897fa177f1e22dde075055b9ffd271d.tar.gz
samba-b5011ba2c897fa177f1e22dde075055b9ffd271d.tar.xz
samba-b5011ba2c897fa177f1e22dde075055b9ffd271d.zip
s3:packaging: Fix typo in comment.
Karolin
Diffstat (limited to 'packaging')
-rw-r--r--packaging/RHEL/makerpms.sh.tmpl2
1 files changed, 1 insertions, 1 deletions
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`