Skip to content
This repository has been archived by the owner on Aug 13, 2019. It is now read-only.

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Simon Rowe committed Aug 25, 2009
1 parent f57f125 commit 8e48a18
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XSConsoleState.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ def Inst(cls):

if cls.instance is None:
cls.instance = State()
XSLog('No saved state avavilable - using default state')
XSLog('No saved state available - using default state')

# Fill in pseudo-state
cls.instance.isFirstBoot = isFirstBoot
Expand Down

0 comments on commit 8e48a18

Please sign in to comment.