Commit 48ed89d004d59d486a67c1a718e97e51174327b3
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 | 77 | // Originally designed by Henry Schreiner |
| 78 | 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 | 81 | // from: {self.TAG} |
| 82 | 82 | // |
| 83 | 83 | // From LICENSE: | ... | ... |