diff options
author | Karolin Seeger <kseeger@samba.org> | 2009-03-09 16:16:20 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2009-03-09 16:16:55 +0100 |
commit | c666aef471174ca5d95afcc48924325e7caded14 (patch) | |
tree | 33951df84a7486f4c909c210d9ef30ed4bda93a2 /packaging | |
parent | a60aaf214cd94cbd793018a59da3b0ac5263e5bb (diff) | |
download | samba-c666aef471174ca5d95afcc48924325e7caded14.tar.gz |
s3/packaging: Fix typo in comment.
Karolin
Diffstat (limited to 'packaging')
-rwxr-xr-x | packaging/bin/fill-templates | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/bin/fill-templates b/packaging/bin/fill-templates index 204003c53b1..cbd49337ed7 100755 --- a/packaging/bin/fill-templates +++ b/packaging/bin/fill-templates @@ -4,7 +4,7 @@ # information that is created by mkversion in advance. # # This is a standalone wrapper for update-pkginfo, which -# is ususally called from release-scripts/create-tarball. +# is usually called from release-scripts/create-tarball. # This allows for testing some aspects of packaging without # the need to go through all of create-tarball. # |