summaryrefslogtreecommitdiffstats
path: root/source/utils/pdbedit.c
diff options
context:
space:
mode:
authorVolker Lendecke <vlendec@samba.org>2001-11-25 18:54:04 +0000
committerVolker Lendecke <vlendec@samba.org>2001-11-25 18:54:04 +0000
commit1c9d951f86609b08e5660b0fc966c5e5058a3ce2 (patch)
tree8ca5b62d8a5ec3fc08ca5d7f060de265e7d0a910 /source/utils/pdbedit.c
parent6dda341bc80dc7c4d044df134fc153f646a6a4e9 (diff)
downloadsamba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.tar.gz
samba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.tar.xz
samba-1c9d951f86609b08e5660b0fc966c5e5058a3ce2.zip
Minor typos
Diffstat (limited to 'source/utils/pdbedit.c')
-rw-r--r--source/utils/pdbedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source/utils/pdbedit.c b/source/utils/pdbedit.c
index 782848d6268..73423e0beeb 100644
--- a/source/utils/pdbedit.c
+++ b/source/utils/pdbedit.c
@@ -46,7 +46,7 @@ extern int optind;
static void usage(void)
{
if (getuid() == 0) {
- printf("tdbedit options\n");
+ printf("pdbedit options\n");
} else {
printf("You need to be root to use this tool!\n");
}
@@ -552,7 +552,7 @@ int main (int argc, char **argv)
char *profile_path = NULL;
char *smbpasswd = NULL;
- setup_logging("tdbedit", True);
+ setup_logging("pdbedit", True);
if (argc < 2) {
usage();