From b42a1dd043d0712bca7e37dad91c4a54752024d8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Steven!=20Ragnar=C3=B6k?= Date: Tue, 30 Apr 2024 17:24:18 -0400 Subject: [PATCH] Fix a typo. (#735) --- bloom/commands/git/patch/trim_cmd.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bloom/commands/git/patch/trim_cmd.py b/bloom/commands/git/patch/trim_cmd.py index 854f8797..40d8cc94 100755 --- a/bloom/commands/git/patch/trim_cmd.py +++ b/bloom/commands/git/patch/trim_cmd.py @@ -34,7 +34,7 @@ def _set_trim_sub_dir(sub_dir, force, config, directory): sub_dir + ", but it is already set to " + config['trim'] + ".") if not force: - warning("Changing the sud directory is not advised. " + warning("Changing the sub directory is not advised. " "If you are sure you want to do this, use " "'--force'") return None