fix a typo

This commit is contained in:
Chris Jones 2009-08-18 12:55:52 +01:00
parent 1e12ece0ea
commit 1cb1f166cf
1 changed files with 1 additions and 1 deletions

View File

@ -22,7 +22,7 @@ class Terminator(Borg):
self.prepare_attributes()
def prepare_attributes(self):
"""Initialise anything that isn't alread"""
"""Initialise anything that isn't already"""
if not self.terminals:
self.terminals = []