From f27857e655c410559b8717ce03049b7d7be3aa1f Mon Sep 17 00:00:00 2001 From: Volker Lendecke Date: Mon, 15 Feb 2010 23:52:51 +0100 Subject: s3: Fix a typo --- source3/client/client.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source3/client') diff --git a/source3/client/client.c b/source3/client/client.c index 24fae3901b..fcc2d56f09 100644 --- a/source3/client/client.c +++ b/source3/client/client.c @@ -4234,7 +4234,7 @@ static char **remote_completion(const char *text, int len) int i; completion_remote_t info = { NULL, NULL, 1, 0, NULL, 0 }; - /* can't have non-static intialisation on Sun CC, so do it + /* can't have non-static initialisation on Sun CC, so do it at run time here */ info.samelen = len; info.text = text; -- cgit