diff --git a/src/main/java/io/cryostat/net/AgentJFRService.java b/src/main/java/io/cryostat/net/AgentJFRService.java index a1c9ec16f3..f09344dc82 100644 --- a/src/main/java/io/cryostat/net/AgentJFRService.java +++ b/src/main/java/io/cryostat/net/AgentJFRService.java @@ -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"); } }