Skip to content

Commit 9de2e61

Browse files
spaceman-cbDavertMik
authored andcommitted
fix typo: "hight" --> "high" (#45)
* fix typo: "hight" --> "high" #44 (comment) * replace references to images hosted on "thewebhatesme.com" with local images in template files
1 parent 00f69f3 commit 9de2e61

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

module/VisualCeption.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -197,7 +197,7 @@ private function createImageDeviationException($identifier, $compareScreenshotPa
197197
if ($seeChanges) {
198198
$message = "The deviation of the taken screenshot is too low";
199199
} else {
200-
$message = "The deviation of the taken screenshot is too hight";
200+
$message = "The deviation of the taken screenshot is too high";
201201
}
202202

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

0 commit comments

Comments
 (0)