Skip to content

Commit 4ea363f

Browse files
committed
fix(bump): fix typos
1 parent 5d2b6aa commit 4ea363f

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

commitizen/commands/bump.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ def __call__(self): # noqa: C901
130130
if increment is None:
131131
increment = self.find_increment(commits)
132132

133-
# It may happen that there are commits, but they are not elegible
133+
# It may happen that there are commits, but they are not eligible
134134
# for an increment, this generates a problem when using prerelease (#281)
135135
if (
136136
prerelease
@@ -179,7 +179,7 @@ def __call__(self): # noqa: C901
179179
if increment is None and new_tag_version == current_tag_version:
180180
raise NoneIncrementExit(
181181
"[NO_COMMITS_TO_BUMP]\n"
182-
"The commits found are not elegible to be bumped"
182+
"The commits found are not eligible to be bumped"
183183
)
184184

185185
if self.changelog:

0 commit comments

Comments
 (0)