Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion xmlapi.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down