Skip to content
Snippets Groups Projects
Commit fbb8efbd authored by Edgar Gonzalez's avatar Edgar Gonzalez Committed by Baptiste Fontaine
Browse files

Fix typo in UnsatisfiedRequirements exception message


Closes Homebrew/homebrew#42125.

Signed-off-by: default avatarBaptiste Fontaine <batifon@yahoo.fr>
parent cc91273f
No related branches found
No related tags found
No related merge requests found
......@@ -123,7 +123,7 @@ class UnsatisfiedRequirements < RuntimeError
if reqs.length == 1
super "An unsatisfied requirement failed this build."
else
super "Unsatisified requirements failed this build."
super "Unsatisfied requirements failed this build."
end
end
end
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment