diff options
author | Michael Adam <obnox@samba.org> | 2008-05-16 00:15:31 +0200 |
---|---|---|
committer | Michael Adam <obnox@samba.org> | 2008-05-16 03:15:22 +0200 |
commit | d3bbccb924b745c858899f99e83d55064cc7394a (patch) | |
tree | c11ca60c8b91785ef3088ccc8b99ab0e36752e62 /packaging/RHEL-CTDB | |
parent | 9fbe1b22671f1bc6a198d259733adbfebcd983fb (diff) | |
download | samba-d3bbccb924b745c858899f99e83d55064cc7394a.tar.gz samba-d3bbccb924b745c858899f99e83d55064cc7394a.tar.bz2 samba-d3bbccb924b745c858899f99e83d55064cc7394a.zip |
packaging: fix a comment typo in makerpms script.
Michael
(cherry picked from commit 6044373d69ae8cb0353e7a03e923462a093da5f0)
(This used to be commit 95681f066dc070d6552455aabbb27e5487450c5c)
Diffstat (limited to 'packaging/RHEL-CTDB')
-rwxr-xr-x | packaging/RHEL-CTDB/makerpms.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/RHEL-CTDB/makerpms.sh b/packaging/RHEL-CTDB/makerpms.sh index 74ec97e25b..c6e85014fd 100755 --- a/packaging/RHEL-CTDB/makerpms.sh +++ b/packaging/RHEL-CTDB/makerpms.sh @@ -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` |