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:
committed by
Gerald (Jerry) Carter
parent
b41b374b55
commit
3333d71ab6
@@ -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)
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user