Skip to content

Commit

Permalink
Fixed typo in CRMFPopClient
Browse files Browse the repository at this point in the history
https://pagure.io/dogtagpki/issue/2875

Change-Id: I64921b968eca599f0de86cd3a246339667dd2462
  • Loading branch information
edewata committed Apr 6, 2018
1 parent 56ca2dd commit 4bb8c55
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -548,7 +548,7 @@ public static void main(String args[]) throws Exception {
requestor);

} else if (output != null) {
System.out.println("Storing CRMF requrest into " + output);
System.out.println("Storing CRMF request into " + output);
try (FileWriter out = new FileWriter(output)) {
out.write(csr);
}
Expand Down

0 comments on commit 4bb8c55

Please sign in to comment.