From 9a06c40a289d96541aeab294b0e03cb17a08ac99 Mon Sep 17 00:00:00 2001 From: Dimitris Apostolou Date: Sun, 1 Jan 2023 15:31:20 +0200 Subject: [PATCH] Fix typos --- .../org/whispersystems/textsecuregcm/util/ExceptionUtils.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}