diff options
author | Karolin Seeger <kseeger@samba.org> | 2010-03-03 16:03:13 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2010-03-03 16:03:13 +0100 |
commit | 340797f3fa39278c214c12cbe374a29f0988ecd3 (patch) | |
tree | e4cb4ce3865b1dabfa43db35e048914df6984849 /source3/utils | |
parent | 892213c7b72b8d22c56c6bd827c8e8785db83849 (diff) | |
download | samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.gz samba-340797f3fa39278c214c12cbe374a29f0988ecd3.tar.bz2 samba-340797f3fa39278c214c12cbe374a29f0988ecd3.zip |
Fix typo in comments.
Diffstat (limited to 'source3/utils')
-rw-r--r-- | source3/utils/net.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net.c b/source3/utils/net.c index 0c5f0807ff..6e39e26434 100644 --- a/source3/utils/net.c +++ b/source3/utils/net.c @@ -897,7 +897,7 @@ static struct functable net_func[] = { load_interfaces(); /* this makes sure that when we do things like call scripts, - that it won't assert becouse we are not root */ + that it won't assert because we are not root */ sec_init(); if (c->opt_machine_pass) { |