Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
  • Loading branch information
tvdijen committed Jul 10, 2022
1 parent f76cd1b commit 00b922a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions docs/negotiateext.md
Expand Up @@ -48,7 +48,7 @@ Kerberos for clients that always will fail. Worst case scenario the
browser will prompt the user for u/p in a popup box that will always
fail. Only when the user clicks cancel the proper login process will
continue. This is handled through the body of the 401 message the
client recieves with the Negotiate request. In the body a URL to the
client receives with the Negotiate request. In the body a URL to the
fallback mechanism is supplied and meta-refresh is used to redirect the
client.

Expand Down Expand Up @@ -232,7 +232,7 @@ this:

Sep 27 13:47:36 simplesamlphp WARNING [b99e6131ee] Wrong stage in state. Was 'foo', should be 'sspmod_negotiateext_Auth_Source_Negotiate.StageId'.

It will work as loadState will take controll and call
It will work as loadState will take control and call
Negotiate->authenticate() but remaining code in retry.php will be
discarded. Other side-effects may occur.

Expand Down
2 changes: 1 addition & 1 deletion phpcs.xml
Expand Up @@ -11,6 +11,6 @@
<file>tests</file>
<file>www</file>

<!-- This is the rule we inherit from. If you want to exlude some specific rules, see the docs on how to do that -->
<!-- This is the rule we inherit from. If you want to exclude some specific rules, see the docs on how to do that -->
<rule ref="PSR12"/>
</ruleset>

0 comments on commit 00b922a

Please sign in to comment.