1
0
mirror of https://github.com/samba-team/samba.git synced 2024-12-22 13:34:15 +03:00

s3:packaging: Fix typo in comment.

Karolin
This commit is contained in:
Karolin Seeger 2009-12-10 14:08:43 +01:00
parent c59372b0b8
commit b5011ba2c8

View 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`