diff --git a/xmlapi.php b/xmlapi.php index 51b65dc..e1c94e9 100644 --- a/xmlapi.php +++ b/xmlapi.php @@ -450,7 +450,7 @@ public function get_auth_type() public function set_auth_type( $auth_type ) { if ($auth_type != 'hash' && $auth_type != 'pass') { - throw new Exception('the only two allowable auth types arehash and path'); + throw new Exception('The only two allowable auth types are hash and pass'); } $this->auth_type = $auth_type; }