summaryrefslogtreecommitdiff
path: root/grc/gui/StateCache.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/gui/StateCache.py')
-rw-r--r--grc/gui/StateCache.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/gui/StateCache.py b/grc/gui/StateCache.py
index ef260d6091..8159d71246 100644
--- a/grc/gui/StateCache.py
+++ b/grc/gui/StateCache.py
@@ -33,7 +33,7 @@ class StateCache(object):
StateCache constructor.
Args:
- initial_state: the intial state (nested data)
+ initial_state: the initial state (nested data)
"""
self.states = [None] * STATE_CACHE_SIZE #fill states
self.current_state_index = 0