summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>2005-10-28 07:05:56 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:45:26 -0500
commitea4ad9152a0cea08914580a71c3e4987d65ba284 (patch)
tree5ce4df13ac67bd3c191691912ba5054ca0390a25 /source4/scripting
parent804cf59a489dd41a83fda56acfec4e9f561b1245 (diff)
downloadsamba-ea4ad9152a0cea08914580a71c3e4987d65ba284.tar.gz
samba-ea4ad9152a0cea08914580a71c3e4987d65ba284.tar.bz2
samba-ea4ad9152a0cea08914580a71c3e4987d65ba284.zip
r11365: fixed a comment typo
(This used to be commit 3333d71ab6594c1e8977098c31c9437686039f1c)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/ejs/smbcalls_string.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/smbcalls_string.c b/source4/scripting/ejs/smbcalls_string.c
index 66e2210ea8..5976e42251 100644
--- a/source4/scripting/ejs/smbcalls_string.c
+++ b/source4/scripting/ejs/smbcalls_string.c
@@ -93,7 +93,7 @@ static int ejs_strstr(MprVarHandle eid, int argc, char **argv)
usage:
list = split(".", "a.foo.bar");
- NOTE: does not take a regular expression, unlink perl split()
+ NOTE: does not take a regular expression, unlike perl split()
*/
static int ejs_split(MprVarHandle eid, int argc, char **argv)
{