From d16bc3e3eda00ed7577eb73ea7cb9f45d9cbf723 Mon Sep 17 00:00:00 2001 From: Josh Horton Date: Thu, 23 Jan 2025 14:05:51 +0000 Subject: [PATCH] Update openfecli/commands/generate_partial_charges.py Co-authored-by: Alyssa Travitz <31974495+atravitz@users.noreply.github.com> --- openfecli/commands/generate_partial_charges.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/openfecli/commands/generate_partial_charges.py b/openfecli/commands/generate_partial_charges.py index 487d47b00..5f6a2710e 100644 --- a/openfecli/commands/generate_partial_charges.py +++ b/openfecli/commands/generate_partial_charges.py @@ -15,7 +15,7 @@ help=YAML_OPTIONS.kwargs["help"], ) @OUTPUT_FILE_AND_EXT.parameter( - help="The name of the SDF file the charged ligands should be writen to." + help="The name of the SDF file the charged ligands should be written to." ) @NCORES.parameter( help=NCORES.kwargs["help"],