diff options
author | Kevin Walzer <kw@codebykevin.com> | 2021-01-25 14:28:35 (GMT) |
---|---|---|
committer | Kevin Walzer <kw@codebykevin.com> | 2021-01-25 14:28:35 (GMT) |
commit | 0f28dc3e1e01aa3482f57259f15f95a3a58c02ab (patch) | |
tree | 758a8f1942b38c2331f61c5f22827bfec4d22f37 /win/tkWinIco.c | |
parent | 6567f685e6ec1b046219ee8c5615ba4a084ac231 (diff) | |
download | tk-0f28dc3e1e01aa3482f57259f15f95a3a58c02ab.zip tk-0f28dc3e1e01aa3482f57259f15f95a3a58c02ab.tar.gz tk-0f28dc3e1e01aa3482f57259f15f95a3a58c02ab.tar.bz2 |
Fix typo in tkWinIco.c
Diffstat (limited to 'win/tkWinIco.c')
-rw-r--r-- | win/tkWinIco.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win/tkWinIco.c b/win/tkWinIco.c index d667c23..4485787 100644 --- a/win/tkWinIco.c +++ b/win/tkWinIco.c @@ -1,7 +1,7 @@ /* - * tkWinIco.h -- + * tkWinIco.c -- * - * This file contains declarations for icon-manipulation routines + * This file contains functions for icon-manipulation routines * in Windows. * * Copyright © 1995-1996 Microsoft Corp. |