diff --git a/service/src/main/java/org/whispersystems/textsecuregcm/util/ExceptionUtils.java b/service/src/main/java/org/whispersystems/textsecuregcm/util/ExceptionUtils.java index 67d74def2..28da692c2 100644 --- a/service/src/main/java/org/whispersystems/textsecuregcm/util/ExceptionUtils.java +++ b/service/src/main/java/org/whispersystems/textsecuregcm/util/ExceptionUtils.java @@ -27,7 +27,7 @@ public final class ExceptionUtils { } /** - * Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is alreadt + * Wraps the given {@code throwable} in a {@link CompletionException} unless the given {@code throwable} is already * a {@code CompletionException}, in which case this method returns the original throwable. * * @param throwable the throwable to wrap in a {@code CompletionException}