diff options
author | Matthieu Patou <mat@matws.net> | 2011-02-27 12:16:43 +0300 |
---|---|---|
committer | Matthieu Patou <mat@samba.org> | 2011-03-20 11:27:25 +0100 |
commit | d2e976e32c552ba44596973628e3061f61a267b5 (patch) | |
tree | 360b04b56fb458565e274a0798f1c918b48ab7c5 /source4 | |
parent | d4c78b66c275700fe7c75180b7febe33eba15e93 (diff) | |
download | samba-d2e976e32c552ba44596973628e3061f61a267b5.tar.gz samba-d2e976e32c552ba44596973628e3061f61a267b5.tar.xz samba-d2e976e32c552ba44596973628e3061f61a267b5.zip |
upgradeprovision: Fix typo
Diffstat (limited to 'source4')
-rwxr-xr-x | source4/scripting/python/samba/upgradehelpers.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source4/scripting/python/samba/upgradehelpers.py b/source4/scripting/python/samba/upgradehelpers.py index 3a7dfb39973..48f492a7dc3 100755 --- a/source4/scripting/python/samba/upgradehelpers.py +++ b/source4/scripting/python/samba/upgradehelpers.py @@ -21,7 +21,7 @@ # You should have received a copy of the GNU General Public License # along with this program. If not, see <http://www.gnu.org/licenses/>. -"""Helers used for upgrading between different database formats.""" +"""Helpers used for upgrading between different database formats.""" import os import string |