summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/jetpack/class.jetpack-signature.php')
-rw-r--r--plugins/jetpack/class.jetpack-signature.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/jetpack/class.jetpack-signature.php b/plugins/jetpack/class.jetpack-signature.php
index 74d6d4dd..eb8d42b8 100644
--- a/plugins/jetpack/class.jetpack-signature.php
+++ b/plugins/jetpack/class.jetpack-signature.php
@@ -25,7 +25,7 @@ class Jetpack_Signature {
if ( isset( $override['scheme'] ) ) {
$scheme = $override['scheme'];
if ( !in_array( $scheme, array( 'http', 'https' ) ) ) {
- return new Jetpack_Error( 'invalid_sheme', 'Invalid URL scheme' );
+ return new Jetpack_Error( 'invalid_scheme', 'Invalid URL scheme' );
}
} else {
if ( is_ssl() ) {