Skip to content

Commit

Permalink
fixed typo creat -> create
Browse files Browse the repository at this point in the history
  • Loading branch information
aali309 committed Aug 23, 2023
1 parent 8451af7 commit f129c39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/java/io/cryostat/net/AgentJFRService.java
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ public IRecordingDescriptor getSnapshotRecording() throws FlightRecorderExceptio
try {
return client.startSnapshot().toCompletionStage().toCompletableFuture().get();
} catch (ExecutionException | InterruptedException e) {
throw new FlightRecorderException("Failed to creat snapshot recording");
throw new FlightRecorderException("Failed to create snapshot recording");
}
}

Expand Down

0 comments on commit f129c39

Please sign in to comment.