s4:join.py - fix typo
[obnox/samba/samba-obnox.git] / source4 / scripting / python / samba / join.py
index 96b07a6fbf0b38725f05238332dd156073c0c1e8..4252a2d7d428799bb695834584951365e6504a4b 100644 (file)
@@ -742,7 +742,7 @@ class dc_join(object):
             return blob
 
         print "Setup domain trusts with server %s" % ctx.server
-        binding_options = ""  # why doesn't signing work gere? w2k8r2 claims no session key
+        binding_options = ""  # why doesn't signing work here? w2k8r2 claims no session key
         lsaconn = lsa.lsarpc("ncacn_np:%s[%s]" % (ctx.server, binding_options),
                              ctx.lp, ctx.creds)