From 82eadfc978080793718cae6ee2e5fe0db3c13dcd Mon Sep 17 00:00:00 2001
From: Peter Cock
Date: Mon, 3 Aug 2026 13:50:01 +0100
Subject: [PATCH] Fix typo in 'funannotate2 species' output
---
funannotate2/database.py | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/funannotate2/database.py b/funannotate2/database.py
index 24929e9..61eb842 100644
--- a/funannotate2/database.py
+++ b/funannotate2/database.py
@@ -55,7 +55,7 @@ def species(args):
db_species = show_species(layout=args.format)
logger.info(f"Pre-trained species in database [format={args.format}]:\n{db_species}")
logger.info(
- 'Note, use these spcies in funannotate2 predict with the "-p, --pretrained" argument'
+ 'Note, use these species in funannotate2 predict with the "-p, --pretrained" argument'
)