diff options
author | Tim Potter <tpot@samba.org> | 2006-04-03 09:18:34 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 14:00:12 -0500 |
commit | fab7e6605f4e14921b331a8883bf0753ced4b965 (patch) | |
tree | 8187a9a92df0717c430ee3609c6dd085d0fc8917 /source4/scripting/swig | |
parent | aae53f673fa177f5a7517e56d1f95d153f39cf40 (diff) | |
download | samba-fab7e6605f4e14921b331a8883bf0753ced4b965.tar.gz samba-fab7e6605f4e14921b331a8883bf0753ced4b965.tar.bz2 samba-fab7e6605f4e14921b331a8883bf0753ced4b965.zip |
r14880: Doc.
(This used to be commit 73b233ee1b7e25ec74c1764804690c6faab75fd0)
Diffstat (limited to 'source4/scripting/swig')
-rw-r--r-- | source4/scripting/swig/tdb.i | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/swig/tdb.i b/source4/scripting/swig/tdb.i index 6c6c4af8cd..8f473c61e6 100644 --- a/source4/scripting/swig/tdb.i +++ b/source4/scripting/swig/tdb.i @@ -51,7 +51,7 @@ %} -/* The tdb functions will crash if a NULL tdb is passed */ +/* The tdb functions will crash if a NULL tdb context is passed */ %include exception.i |