1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-20 08:23:50 +03:00

r11365: fixed a comment typo

This commit is contained in:
Andrew Tridgell
2005-10-28 07:05:56 +00:00
committed by Gerald (Jerry) Carter
parent b41b374b55
commit 3333d71ab6

View File

@@ -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)
{