Skip to content

Commit

Permalink
Typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
csev committed May 20, 2024
1 parent 0881240 commit 4d4616b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion admin/keyset.php
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@
echo("<p>Cached KID: ".$kid."\n");
echo("<p>Cached Private Key:: ".substr($privkey,0, 80)." ...\n");
} else {
echo("<p>There is no key in the cache. Cache is emptry until a key is retrieved. Keys in the cache expire after 10 minutes.</p>\n");
echo("<p>There is no key in the cache. Cache is empty until a key is retrieved. Keys in the cache expire after 10 minutes.</p>\n");
}
} else {
echo("<p>Cache is not available</p>\n");
Expand Down

0 comments on commit 4d4616b

Please sign in to comment.