diff options
author | Tim Potter <tpot@samba.org> | 2005-08-05 04:36:31 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:31:16 -0500 |
commit | 1b42035bd904f192d5fcc325c6e1d23daeead77c (patch) | |
tree | f24f0124a50d52f4c7174ee2d8d1c5648b8b9825 /source4/scripting/ejs | |
parent | b3da14dbe6f739256bfeda556624f5c3399a296e (diff) | |
download | samba-1b42035bd904f192d5fcc325c6e1d23daeead77c.tar.gz samba-1b42035bd904f192d5fcc325c6e1d23daeead77c.tar.bz2 samba-1b42035bd904f192d5fcc325c6e1d23daeead77c.zip |
r9096: Spelling.
(This used to be commit c61b29bdf043792d885528bd7666c9bea9107928)
Diffstat (limited to 'source4/scripting/ejs')
-rw-r--r-- | source4/scripting/ejs/mprutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/ejs/mprutil.c b/source4/scripting/ejs/mprutil.c index 5a29ddc144..657078e7c7 100644 --- a/source4/scripting/ejs/mprutil.c +++ b/source4/scripting/ejs/mprutil.c @@ -403,7 +403,7 @@ void mpr_ReturnString(int eid, const char *s) } /* - get a poiner in the current object + get a pointer in the current object */ void *mprGetThisPtr(int eid, const char *name) { |