Skip to content

Commit 48b5b71

Browse files
Fix typo in cross-reference
FossilOrigin-Name: d961f01f71d18a28e3ac911034befef5a2393d41858fde2bbf928ae35006e1b6
1 parent a6f79c2 commit 48b5b71

File tree

2 files changed

+5
-3
lines changed

2 files changed

+5
-3
lines changed

src/lib/display.window.fs

+4-2
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
\ This file is part of Solo Forth
44
\ http://programandala.net/en.program.solo_forth.html
55

6-
\ Last modified: 202007282031
6+
\ Last modified: 202009291829
77
\ See change log at the end of the file
88

99
\ ===========================================================
@@ -55,7 +55,7 @@ variable current-window
5555
\ A `variable`. _a_ is the address of a cell containing the
5656
\ address of the `current-window`.
5757
\
58-
\ See also: `wx`, `wy`, `wx0`, `wy0`, `wcolums`, `wrows`.
58+
\ See also: `wx`, `wy`, `wx0`, `wy0`, `wcolumns`, `wrows`.
5959
\
6060
\ }doc
6161

@@ -613,5 +613,7 @@ unneeding wltype ?( need wtyped need wfreecolumns
613613
\ 2020-07-11: Add title to the window structure table and
614614
\ move it from `/window` to `window`. Add new
615615
\ cross-references.
616+
\
617+
\ 2020-09-29: Fix typo.
616618

617619
\ vim: filetype=soloforth

src/version.z80s

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ version_patch: equ 0
1212
version_prerelease_id: equ 'r'
1313
; 'd' for "dev", 'p' for "pre", 'r' for "rc", zero if none
1414

15-
version_prerelease: equ 121
15+
version_prerelease: equ 122
1616

1717
version_build_high_part: equ $0134
1818
version_build_low_part: equ $3DE1 ; build 20200929

0 commit comments

Comments
 (0)