summaryrefslogtreecommitdiff
path: root/gr-utils/python/modtool/cmakefile_editor.py
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2018-02-03 16:58:15 +0100
committerMartin Braun <martin.braun@ettus.com>2018-02-03 16:58:43 +0100
commitdb7e26bc73fd71bc88249131f57f7edef308fa63 (patch)
treed084ad2615012d53c50a230821761349eb978d56 /gr-utils/python/modtool/cmakefile_editor.py
parent3c63f7334d6de70d655aa97fcccbfb950645f4d4 (diff)
parenta35e10870bbb9a71b3ab66b1dc58135e08c9543e (diff)
Merge branch 'master' into next
Diffstat (limited to 'gr-utils/python/modtool/cmakefile_editor.py')
-rw-r--r--gr-utils/python/modtool/cmakefile_editor.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/gr-utils/python/modtool/cmakefile_editor.py b/gr-utils/python/modtool/cmakefile_editor.py
index d57c650c5e..4148ad1960 100644
--- a/gr-utils/python/modtool/cmakefile_editor.py
+++ b/gr-utils/python/modtool/cmakefile_editor.py
@@ -50,7 +50,7 @@ class CMakeFileEditor(object):
Then run:
>>> C.remove_value('list', 'file.cc', 'SOURCES')
- Returns the number of occurences of entry in the current file
+ Returns the number of occurrences of entry in the current file
that were removed.
"""
# In the case of the example above, these are cases we need to catch: