Skip to content

Commit 59cce30

Browse files
committed
Fix spelling typo.
1 parent c76d02c commit 59cce30

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contest-api/check-api-consistency.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ function array_diff_keys($a, $b)
115115
error("'$endpoint".($id==='_single_' ? '' : "/$id")."' not found in REST endpoint.");
116116
} elseif ($last['data']!==$endpoint_data[$endpoint][$id]) {
117117
$diff = array_diff_keys($last['data'], $endpoint_data[$endpoint][$id]);
118-
warning("'$endpoint".($id==='_single_' ? '' : "/$id")."' data mismatch betweed feed and REST endpoint: ".implode(',', $diff));
118+
warning("'$endpoint".($id==='_single_' ? '' : "/$id")."' data mismatch between feed and REST endpoint: ".implode(',', $diff));
119119
if ($debug) var_dump($last['data'], $endpoint_data[$endpoint][$id]);
120120
}
121121
}

0 commit comments

Comments
 (0)