summaryrefslogtreecommitdiff
path: root/source4/scripting/ejs
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2005-08-05 04:36:31 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:31:16 -0500
commit1b42035bd904f192d5fcc325c6e1d23daeead77c (patch)
treef24f0124a50d52f4c7174ee2d8d1c5648b8b9825 /source4/scripting/ejs
parentb3da14dbe6f739256bfeda556624f5c3399a296e (diff)
downloadsamba-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.c2
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)
{