s3:packaging: Fix typo in comment.
authorKarolin Seeger <kseeger@samba.org>
Thu, 10 Dec 2009 13:08:43 +0000 (14:08 +0100)
committerKarolin Seeger <kseeger@samba.org>
Wed, 23 Dec 2009 11:07:55 +0000 (12:07 +0100)
Karolin
(cherry picked from commit b5011ba2c897fa177f1e22dde075055b9ffd271d)
(cherry picked from commit 3b812b134d819097df51bb20bdb4fd856f4ad00d)
(cherry picked from commit c504e7f0d464944836d04db3f288ee786431b553)

packaging/RHEL/makerpms.sh.tmpl

index 93d2d82692c8509014626c2892a69ac0f77d6c41..03e56f5d0699af26f8690a9425f8cb2f0917935e 100644 (file)
@@ -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`