summaryrefslogtreecommitdiff
path: root/alot/db/manager.py
diff options
context:
space:
mode:
authorLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
committerLucas Hoffmann <l-m-h@web.de>2017-09-02 02:57:50 +0200
commit3a3898f2ce976fbb800f55764675c4962e7adf28 (patch)
tree2959542fbca3f63ec067a6cb8b34729b7b635449 /alot/db/manager.py
parent9bd32e5b0b253aa80c44e7d54f15e66ceb84a9e8 (diff)
Fix some spelling mistakes
Diffstat (limited to 'alot/db/manager.py')
-rw-r--r--alot/db/manager.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/alot/db/manager.py b/alot/db/manager.py
index e592da65..d71812d1 100644
--- a/alot/db/manager.py
+++ b/alot/db/manager.py
@@ -125,7 +125,7 @@ class DBManager(object):
cmd, afterwards = current_item[:2]
logging.debug('cmd created')
- # aquire a writeable db handler
+ # acquire a writeable db handler
try:
mode = Database.MODE.READ_WRITE
db = Database(path=self.path, mode=mode)
@@ -364,7 +364,7 @@ class DBManager(object):
os.close(stderr[1])
# closing the sending end in this (receiving) process guarantees
- # that here the apropriate EOFError is raised upon .recv in the walker
+ # that here the appropriate EOFError is raised upon .recv in the walker
sender.close()
return receiver, process