Skip to content

Commit 83d9e17

Browse files
committed
update/typo
git-svn-id: https://svn.code.sf.net/p/vice-emu/code/trunk@45417 379a1393-f5fb-40a0-bcee-ef074d9b53f7
1 parent ec8e93e commit 83d9e17

File tree

2 files changed

+8
-3
lines changed

2 files changed

+8
-3
lines changed

vice/NEWS

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ in the UI).
199199
** Monitor fixes
200200
----------------
201201

202-
- Remove the wierd delayed 'importing' of registers that were changed in the
202+
- Remove the weird delayed 'importing' of registers that were changed in the
203203
monitor. Instead explicitly export before, and import after, each invokation
204204
of any function that may 'break' into the monitor (and thus lets the user
205205
change the registers by the R or G command). (see bug #2025, bug #2024.)

vice/doc/Release-Howto.txt

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,13 @@ $ svn log -r <rev of last release>:<current rev> > log.txt
1010
you can look up the revision of the last release in the tags directory in the
1111
repo: https://sourceforge.net/p/vice-emu/code/HEAD/tree/tags/
1212

13-
- update the html pages in doc/html (index.html, windows.html, macosx.html). use
14-
the checklinks.sh script to check the links.
13+
- update the html pages in doc/html
14+
- use the checklinks.sh script to check all links.
15+
- index.html ("news" update release date and new major.minor, "Download VICE"
16+
update new major.minor)
17+
- macosx.html (duplicate top paragraph and update for new major.minor)
18+
- windows.html (duplicate "Binary distributions" top paragraph and update for
19+
new major.minor)
1520

1621
$ cd doc/html
1722
$ ./checklinks.sh

0 commit comments

Comments
 (0)