From 340797f3fa39278c214c12cbe374a29f0988ecd3 Mon Sep 17 00:00:00 2001 From: Karolin Seeger Date: Wed, 3 Mar 2010 16:03:13 +0100 Subject: Fix typo in comments. --- source3/utils/net.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/utils') 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) { -- cgit