Skip to content

Commit

Permalink
fix typo: "hight" --> "high" (#45)
Browse files Browse the repository at this point in the history
* fix typo: "hight" --> "high"
#44 (comment)

* replace references to images hosted on "thewebhatesme.com" with local images in template files
  • Loading branch information
spaceman-cb authored and DavertMik committed Oct 7, 2018
1 parent 00f69f3 commit 9de2e61
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion module/VisualCeption.php
Original file line number Diff line number Diff line change
Expand Up @@ -197,7 +197,7 @@ private function createImageDeviationException($identifier, $compareScreenshotPa
if ($seeChanges) {
$message = "The deviation of the taken screenshot is too low";
} else {
$message = "The deviation of the taken screenshot is too hight";
$message = "The deviation of the taken screenshot is too high";
}

$message .= " (" . $deviation . "%).\nSee $compareScreenshotPath for a deviation screenshot.";
Expand Down

0 comments on commit 9de2e61

Please sign in to comment.