diff options
author | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 05:29:43 +0000 |
---|---|---|
committer | Andrew Bartlett <abartlet@samba.org> | 2002-09-27 05:29:43 +0000 |
commit | 5f662896aaa9a6fb77194252aa612c09935e1930 (patch) | |
tree | f9070eaeb998502427039998d217affad2bd8b7a /source3/Makefile.in | |
parent | d95e86b8b938692ced7802fbfd5331d8cd48cd5e (diff) | |
download | samba-5f662896aaa9a6fb77194252aa612c09935e1930.tar.gz samba-5f662896aaa9a6fb77194252aa612c09935e1930.tar.bz2 samba-5f662896aaa9a6fb77194252aa612c09935e1930.zip |
Vance picked up a pile of typos etc at the CIFS confernce, and finally got them
off his laptop :-)
Andrew Bartlett
(This used to be commit df8f0338fae01e5edc176708c2b798c67c2e8c36)
Diffstat (limited to 'source3/Makefile.in')
-rw-r--r-- | source3/Makefile.in | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/Makefile.in b/source3/Makefile.in index f3d9b7ec09..bd09ee55c8 100644 --- a/source3/Makefile.in +++ b/source3/Makefile.in @@ -70,7 +70,7 @@ SWATDIR = @swatdir@ # the directory where lock files go LOCKDIR = @lockdir@ -# the directorty where pid files go +# the directory where pid files go PIDDIR = @piddir@ # man pages language(s) man_langs = "@manlangs@" |