summaryrefslogtreecommitdiff
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:11:13 +0100
commitc504e7f0d464944836d04db3f288ee786431b553 (patch)
tree66e0c8426d7495969ce4582ce5f24c2843a32959 /packaging
parent0a3b576c0a4298cbe600ad8943e401e3a0639359 (diff)
downloadsamba-c504e7f0d464944836d04db3f288ee786431b553.tar.gz
s3:packaging: Fix typo in comment.
Karolin (cherry picked from commit b5011ba2c897fa177f1e22dde075055b9ffd271d) (cherry picked from commit 3b812b134d819097df51bb20bdb4fd856f4ad00d)
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`