diff options
| author | fvogel <fvogelnew1@free.fr> | 2022-09-05 19:42:00 (GMT) |
|---|---|---|
| committer | fvogel <fvogelnew1@free.fr> | 2022-09-05 19:42:00 (GMT) |
| commit | a10ceedaec45bd6c5cb247ee80ad91d59e87cda3 (patch) | |
| tree | 423d84beaecbd88eae051a5fae9754068d7f3a41 /generic/tclArithSeries.h | |
| parent | 41516d6ea03d8b26e83d30afb272bbc650e50cb6 (diff) | |
| download | tcl-a10ceedaec45bd6c5cb247ee80ad91d59e87cda3.zip tcl-a10ceedaec45bd6c5cb247ee80ad91d59e87cda3.tar.gz tcl-a10ceedaec45bd6c5cb247ee80ad91d59e87cda3.tar.bz2 | |
Fix some typos in comments.
Diffstat (limited to 'generic/tclArithSeries.h')
| -rw-r--r-- | generic/tclArithSeries.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/generic/tclArithSeries.h b/generic/tclArithSeries.h index 5d014d0..f855c22 100644 --- a/generic/tclArithSeries.h +++ b/generic/tclArithSeries.h @@ -11,7 +11,7 @@ */ /* - * The structure used for the AirthSeries internal representation. + * The structure used for the ArithSeries internal representation. * Note that the len can in theory be always computed by start,end,step * but it's faster to cache it inside the internal representation. */ |
