Commit 48ed89d004d59d486a67c1a718e97e51174327b3

Authored by Henry Fredrick Schreiner
1 parent 5e680b34

Fix spelling typo

Showing 1 changed file with 1 additions and 1 deletions
scripts/MakeSingleHeader.py
@@ -77,7 +77,7 @@ class HeaderFile(object): @@ -77,7 +77,7 @@ class HeaderFile(object):
77 // Originally designed by Henry Schreiner 77 // Originally designed by Henry Schreiner
78 // https://github.com/CLIUtils/CLI11 78 // https://github.com/CLIUtils/CLI11
79 // 79 //
80 -// This is a standalone header file generated ny MakeSingleHeader.py in CLI11/scripts 80 +// This is a standalone header file generated by MakeSingleHeader.py in CLI11/scripts
81 // from: {self.TAG} 81 // from: {self.TAG}
82 // 82 //
83 // From LICENSE: 83 // From LICENSE: