Author: mimir
Date: 2006-11-30 20:28:12 +0000 (Thu, 30 Nov 2006)
New Revision: 19971

WebSVN: 
http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=19971

Log:
typo fix


rafal


Modified:
   branches/SAMBA_4_0/testprogs/ejs/ejsnet.js


Changeset:
Modified: branches/SAMBA_4_0/testprogs/ejs/ejsnet.js
===================================================================
--- branches/SAMBA_4_0/testprogs/ejs/ejsnet.js  2006-11-30 19:51:58 UTC (rev 
19970)
+++ branches/SAMBA_4_0/testprogs/ejs/ejsnet.js  2006-11-30 20:28:12 UTC (rev 
19971)
@@ -20,7 +20,7 @@
 var ctx = NetContext(creds);
 var usr_ctx = ctx.UserMgr(options.ARGV[0]);
 if (usr_ctx == undefined) {
-       println("Couln't get user management context.");
+       println("Couldn't get user management context.");
        return -1;
 }
 

Reply via email to