summaryrefslogtreecommitdiff
path: root/acprep
diff options
context:
space:
mode:
authorAlexis Hildebrandt <afh@surryhill.net>2022-07-19 14:30:07 +0200
committerMartin Michlmayr <tbm@cyrius.com>2022-07-19 22:44:20 +0800
commitfcacef5af9e52204926480fbdeb9a238ecab31d1 (patch)
tree51d1d44e54edd49b6c9cb2db23e57681da7089f1 /acprep
parent4898e57bdd247f1f2a18ca1217a89e7f1105caae (diff)
downloadfork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.gz
fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.tar.bz2
fork-ledger-fcacef5af9e52204926480fbdeb9a238ecab31d1.zip
Fix typos found by codespell
Diffstat (limited to 'acprep')
-rwxr-xr-xacprep2
1 files changed, 1 insertions, 1 deletions
diff --git a/acprep b/acprep
index d4012993..6c7f6e1a 100755
--- a/acprep
+++ b/acprep
@@ -138,7 +138,7 @@ class CommandLineApp(object):
"""Main body of your application.
This is the main portion of the app, and is run after all of the
- arguments are processed. Override this method to implment the primary
+ arguments are processed. Override this method to implement the primary
processing section of your application."""
pass