summaryrefslogtreecommitdiff
path: root/grc/core/utils/odict.py
diff options
context:
space:
mode:
Diffstat (limited to 'grc/core/utils/odict.py')
-rw-r--r--grc/core/utils/odict.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/grc/core/utils/odict.py b/grc/core/utils/odict.py
index 9d69082600..e0ea0cc94f 100644
--- a/grc/core/utils/odict.py
+++ b/grc/core/utils/odict.py
@@ -66,7 +66,7 @@ class odict(DictMixin):
def insert_before(self, pos_key, key, val):
"""
Insert the new key, value entry before the entry given by the position key.
- If the positional key is None, insert at the begining.
+ If the positional key is None, insert at the beginning.
Args:
pos_key: the positional key