s3: Fix a typo
authorVolker Lendecke <vl@samba.org>
Mon, 15 Feb 2010 22:52:51 +0000 (23:52 +0100)
committerVolker Lendecke <vl@samba.org>
Sat, 20 Feb 2010 17:59:30 +0000 (18:59 +0100)
source3/client/client.c

index 24fae3901b87c4beaa38f9c95f6913a8bd44fb18..fcc2d56f0935affd8dcb8f6252ea7667e5dd8c02 100644 (file)
@@ -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;