diff options
Diffstat (limited to 'BaseTools/Source/Python/Eot/Report.py')
-rw-r--r-- | BaseTools/Source/Python/Eot/Report.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/BaseTools/Source/Python/Eot/Report.py b/BaseTools/Source/Python/Eot/Report.py index 01ad86ad3e..3e71c12393 100644 --- a/BaseTools/Source/Python/Eot/Report.py +++ b/BaseTools/Source/Python/Eot/Report.py @@ -332,7 +332,7 @@ class Report(object): Content = """ </table></td>
</tr>"""
self.WriteLn(Content)
- #End of Consumed Ppi/Portocol
+ #End of Consumed Ppi/Protocol
# Find Produced Ppi/Protocol
SqlCommand = """select ModuleName, ItemType, GuidName, GuidValue, GuidMacro from Report
|