@@ -119,7 +119,7 @@ def make_demolib_sdist(self):
119
119
self .git ("init" , workdir = libdir )
120
120
self .python ("versioneer.py" , "setup" , workdir = libdir )
121
121
self .git ("add" , "--all" , workdir = libdir )
122
- self .git ("commit" , "-m" , "commemt " , workdir = libdir )
122
+ self .git ("commit" , "-m" , "comment " , workdir = libdir )
123
123
self .git ("tag" , "demolib-1.0" , workdir = libdir )
124
124
self .python ("setup.py" , "sdist" , "--format=tar" , workdir = libdir )
125
125
created = os .path .join (libdir , "dist" , "demolib-1.0.tar" )
@@ -154,7 +154,7 @@ def make_distutils_repo(self):
154
154
self .git ("init" , workdir = repodir )
155
155
self .python ("versioneer.py" , "setup" , workdir = repodir )
156
156
self .git ("add" , "--all" , workdir = repodir )
157
- self .git ("commit" , "-m" , "commemt " , workdir = repodir )
157
+ self .git ("commit" , "-m" , "comment " , workdir = repodir )
158
158
self .git ("tag" , "demoapp2-2.0" , workdir = repodir )
159
159
return repodir
160
160
@@ -169,7 +169,7 @@ def make_distutils_repo_subproject(self):
169
169
self .git ("init" , workdir = repodir )
170
170
self .python ("versioneer.py" , "setup" , workdir = projectdir )
171
171
self .git ("add" , "--all" , workdir = repodir )
172
- self .git ("commit" , "-m" , "commemt " , workdir = repodir )
172
+ self .git ("commit" , "-m" , "comment " , workdir = repodir )
173
173
self .git ("tag" , "demoapp2-2.0" , workdir = repodir )
174
174
return projectdir
175
175
@@ -253,7 +253,7 @@ def make_setuptools_repo(self):
253
253
self .git ("init" , workdir = repodir )
254
254
self .python ("versioneer.py" , "setup" , workdir = repodir )
255
255
self .git ("add" , "--all" , workdir = repodir )
256
- self .git ("commit" , "-m" , "commemt " , workdir = repodir )
256
+ self .git ("commit" , "-m" , "comment " , workdir = repodir )
257
257
self .git ("tag" , "demoapp2-2.0" , workdir = repodir )
258
258
return repodir
259
259
@@ -268,7 +268,7 @@ def make_setuptools_repo_subproject(self):
268
268
self .git ("init" , workdir = repodir )
269
269
self .python ("versioneer.py" , "setup" , workdir = projectdir )
270
270
self .git ("add" , "--all" , workdir = repodir )
271
- self .git ("commit" , "-m" , "commemt " , workdir = repodir )
271
+ self .git ("commit" , "-m" , "comment " , workdir = repodir )
272
272
self .git ("tag" , "demoapp2-2.0" , workdir = repodir )
273
273
return projectdir
274
274
0 commit comments