diff options
| author | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-11 16:42:58 +0200 |
|---|---|---|
| committer | Ulf Magnusson <ulfalizer@gmail.com> | 2015-06-11 17:39:44 +0200 |
| commit | dfaef759199537d0e0cabd37df74410ed5bf08ab (patch) | |
| tree | 0123726f80bbcd5f09a6ff1ba97053748d963230 | |
| parent | 6e7311cb21b008b21a3325bffd5a64cf8105b2da (diff) | |
Fix typo.
| -rw-r--r-- | kconfiglib.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/kconfiglib.py b/kconfiglib.py index d47c925..5bfd6e6 100644 --- a/kconfiglib.py +++ b/kconfiglib.py @@ -309,7 +309,7 @@ class Config(object): line_feeder.get_filename(), line_feeder.get_linenr()) # Strip quotes and remove escapings. The unescaping - # producedure should be safe since " can only appear as \" + # procedure should be safe since " can only appear as \" # inside the string. val = val[1:-1].replace('\\"', '"').replace("\\\\", "\\") |
