Skip to content
This repository was archived by the owner on Sep 19, 2022. It is now read-only.

Commit 5969a36

Browse files
Gaeldrinvyskocilpavel
authored andcommitted
fixed grammar
Signed-off-by: Petr Vsetecka <[email protected]>
1 parent 8a6f541 commit 5969a36

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/Auth/Process/PerunAttributes.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ public function process(&$request)
5151
} else {
5252
throw new SimpleSAML_Error_Exception("perun:PerunAttributes: " .
5353
"missing mandatory field 'perun.user' in request." .
54-
"Hint: Did you configured PerunIdentity filter before this filter?"
54+
"Hint: Have you configured PerunIdentity filter before this filter?"
5555
);
5656
}
5757

@@ -77,7 +77,7 @@ public function process(&$request)
7777
}
7878

7979
SimpleSAML\Logger::debug("perun:PerunAttributes: perun attribute $attrName was fetched. " .
80-
"Value ".implode(",", $value)." is being setted to ssp attribute $sspAttr");
80+
"Value ".implode(",", $value)." is being set to ssp attribute $sspAttr");
8181

8282
$request['Attributes'][$sspAttr] = $value;
8383
}

0 commit comments

Comments
 (0)