summaryrefslogtreecommitdiff
path: root/source3
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
commit2e686c98d1c5f52f285b9595cb6d7790e2de5d66 (patch)
tree8445c988d91ed19e8577025de1a9e80800162a92 /source3
parent64bfd85d95f5a4e23dc0ca7f36966d485aa45253 (diff)
downloadsamba-2e686c98d1c5f52f285b9595cb6d7790e2de5d66.tar.gz
samba-2e686c98d1c5f52f285b9595cb6d7790e2de5d66.tar.bz2
samba-2e686c98d1c5f52f285b9595cb6d7790e2de5d66.zip
Minor typos
(This used to be commit 1c9d951f86609b08e5660b0fc966c5e5058a3ce2)
Diffstat (limited to 'source3')
-rw-r--r--source3/utils/pdbedit.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/source3/utils/pdbedit.c b/source3/utils/pdbedit.c
index 782848d626..73423e0bee 100644
--- a/source3/utils/pdbedit.c
+++ b/source3/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();