summaryrefslogtreecommitdiff
path: root/source3
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2010-02-15 23:52:51 +0100
committerVolker Lendecke <vl@samba.org>2010-02-20 18:59:30 +0100
commitf27857e655c410559b8717ce03049b7d7be3aa1f (patch)
treef61676c4090df6d108c16e79bc70b223091b9ee6 /source3
parent8930a9c52008c7c9a755b213f857dfa2247f6823 (diff)
downloadsamba-f27857e655c410559b8717ce03049b7d7be3aa1f.tar.gz
samba-f27857e655c410559b8717ce03049b7d7be3aa1f.tar.bz2
samba-f27857e655c410559b8717ce03049b7d7be3aa1f.zip
s3: Fix a typo
Diffstat (limited to 'source3')
-rw-r--r--source3/client/client.c2
1 files changed, 1 insertions, 1 deletions
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;