summaryrefslogtreecommitdiff
path: root/src/scripts
diff options
context:
space:
mode:
authorAditya Mandaleeka <adityam@microsoft.com>2016-02-17 18:35:13 -0800
committerAditya Mandaleeka <adityam@microsoft.com>2016-02-17 20:10:43 -0800
commit2bb58c00bbd05465ce0e8abcc8bd2a9ea8cf6dc3 (patch)
treeb78dbf273e68f7f05be10c2249364827fd8fad8e /src/scripts
parent4fee7ae253a271cc70028202104e92128d1a5bd8 (diff)
downloadcoreclr-2bb58c00bbd05465ce0e8abcc8bd2a9ea8cf6dc3.tar.gz
coreclr-2bb58c00bbd05465ce0e8abcc8bd2a9ea8cf6dc3.tar.bz2
coreclr-2bb58c00bbd05465ce0e8abcc8bd2a9ea8cf6dc3.zip
Fix typo in genXplatEventing.py.
Diffstat (limited to 'src/scripts')
-rw-r--r--src/scripts/genXplatEventing.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/scripts/genXplatEventing.py b/src/scripts/genXplatEventing.py
index b844ec19b4..77a7389f5f 100644
--- a/src/scripts/genXplatEventing.py
+++ b/src/scripts/genXplatEventing.py
@@ -465,7 +465,7 @@ def generateSanityTest(sClrEtwAllMan,testDir):
if not testDir:
return
- print('Generting Event Logging Tests')
+ print('Generating Event Logging Tests')
if not os.path.exists(testDir):
os.makedirs(testDir)
@@ -605,7 +605,7 @@ def generateEtmDummyHeader(sClrEtwAllMan,clretwdummy):
if not clretwdummy:
return
- print(' Generting Dummy Event Headers')
+ print(' Generating Dummy Event Headers')
tree = DOM.parse(sClrEtwAllMan)
incDir = os.path.dirname(os.path.realpath(clretwdummy))
@@ -632,7 +632,7 @@ def generatePlformIndependentFiles(sClrEtwAllMan,incDir,etmDummyFile):
if not incDir:
return
- print(' Generting Event Headers')
+ print(' Generating Event Headers')
if not os.path.exists(incDir):
os.makedirs(incDir)