We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 16fb2aa commit 7d2178dCopy full SHA for 7d2178d
src/scitokens_internal.h
@@ -27,7 +27,7 @@ class CurlException : public std::runtime_error {
27
class MissingIssuerException : public std::runtime_error {
28
public:
29
MissingIssuerException()
30
- : std::runtime_error("Issuer not specific in claims")
+ : std::runtime_error("Issuer not specified in claims")
31
{}
32
};
33
0 commit comments