Skip to content

Commit 7d2178d

Browse files
committed
Fix spelling error in exception message.
1 parent 16fb2aa commit 7d2178d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/scitokens_internal.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ class CurlException : public std::runtime_error {
2727
class MissingIssuerException : public std::runtime_error {
2828
public:
2929
MissingIssuerException()
30-
: std::runtime_error("Issuer not specific in claims")
30+
: std::runtime_error("Issuer not specified in claims")
3131
{}
3232
};
3333

0 commit comments

Comments
 (0)