Commit 4d8239a9 authored by Vincent Driessen's avatar Vincent Driessen

Fix minor typo.

parent b9765da7
......@@ -151,7 +151,7 @@ require_no_existing_release_branches() {
require_not_being_in_release_branch() {
if [ "$BRANCH" = "$(git_current_branch)"]; then
die "You cannot be in the '$BRANCH' branch when you finnish it."
die "You cannot be in the '$BRANCH' branch when you finish it."
fi
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment