Skip to content

Commit 925c6fb

Browse files
committed
Change error "The SPNameQualifier value mistmatch the SP entityID value." to "The SPNameQualifier value does not match the SP entityID value."
1 parent 626140b commit 925c6fb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

lib/ruby_saml/response.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -804,7 +804,7 @@ def validate_name_id
804804
end
805805

806806
if !(settings.sp_entity_id.nil? || settings.sp_entity_id.empty? || name_id_spnamequalifier.nil? || name_id_spnamequalifier.empty?) && (name_id_spnamequalifier != settings.sp_entity_id)
807-
return append_error("The SPNameQualifier value mistmatch the SP entityID value.")
807+
return append_error("The SPNameQualifier value does not match the SP entityID value.")
808808
end
809809
end
810810

0 commit comments

Comments
 (0)