packaging: fix a comment typo in makerpms script.
authorMichael Adam <obnox@samba.org>
Thu, 15 May 2008 22:15:31 +0000 (00:15 +0200)
committerMichael Adam <obnox@samba.org>
Fri, 16 May 2008 01:15:22 +0000 (03:15 +0200)
Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
(This used to be commit 95681f066dc070d6552455aabbb27e5487450c5c)

packaging/RHEL-CTDB/makerpms.sh

index 74ec97e25b0095287ae01c7bc0f821e6031efa2f..c6e85014fd0d7a37739af8e9a628868933da09d3 100755 (executable)
@@ -17,7 +17,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`