Skip to content

Commit cfb2a2e

Browse files
committed
Check spelling
I was big on the short form "altho", although I can go with the flow.
1 parent 9fd940e commit cfb2a2e

File tree

7 files changed

+24
-7
lines changed

7 files changed

+24
-7
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ Features:
2525
* Drop files onto the desktop, and they'll be stored in a virtual filesystem
2626
* Load Windows themes! Many are included in the Themes folder on the desktop.
2727
* Easter eggs (try a famous cheat code 😉)
28-
* Meticulous detail in many areas (altho there's obviously lots "missing")
28+
* Meticulous detail in many areas (although there's obviously lots "missing")
2929
* **Help > Help Topics** in Paint, Sound Recorder, Notepad, and Minesweeper
3030
* You can add the site to your homescreen on mobile
3131

cspell.json

+17
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@
5252
"allowfullscreen",
5353
"Andrey",
5454
"anypalette",
55+
"appdata",
5556
"ASEC",
5657
"ASECH",
5758
"asyncify",
@@ -80,6 +81,7 @@
8081
"Butterchurn's",
8182
"buttonface",
8283
"buttonhighlight",
84+
"callout",
8385
"candycane",
8486
"Catmull",
8587
"catmullrom",
@@ -106,6 +108,7 @@
106108
"Cpath",
107109
"Crect",
108110
"Csvg",
111+
"DABJDKT",
109112
"dealio",
110113
"decompiled",
111114
"dectree",
@@ -144,6 +147,7 @@
144147
"Flickr",
145148
"fliph",
146149
"flipv",
150+
"fname",
147151
"focusables",
148152
"forw",
149153
"fsex",
@@ -169,6 +173,7 @@
169173
"humbnails",
170174
"icns",
171175
"idempotency",
176+
"iefix",
172177
"IEJIT",
173178
"iframe",
174179
"iframe's",
@@ -191,6 +196,7 @@
191196
"keyshortcuts",
192197
"Konami",
193198
"labelledby",
199+
"Lanczos",
194200
"LEFTMARGIN",
195201
"lete",
196202
"libtess",
@@ -232,6 +238,7 @@
232238
"Muzychenko",
233239
"MYCOMP",
234240
"MYNETWORK",
241+
"mysizeanddepth",
235242
"Nand",
236243
"nbsp",
237244
"ncrease",
@@ -260,8 +267,10 @@
260267
"peggys",
261268
"persp",
262269
"Phong",
270+
"Potrace",
263271
"POWE",
264272
"Prankily",
273+
"precomposed",
265274
"precompute",
266275
"prettierignore",
267276
"proch",
@@ -278,6 +287,7 @@
278287
"ratconst",
279288
"Ratpack",
280289
"ratpak",
290+
"realfavicongenerator",
281291
"RECYCLERFULL",
282292
"redbluewhite",
283293
"rehovered",
@@ -287,6 +297,7 @@
287297
"repos",
288298
"resizer",
289299
"rewd",
300+
"Ringout",
290301
"RJSPBS",
291302
"Roadmap",
292303
"ROLC",
@@ -308,6 +319,7 @@
308319
"scrollbars",
309320
"SCRSAVE",
310321
"seedrandom",
322+
"Shdr",
311323
"Shelbi",
312324
"SHIDI",
313325
"Skia",
@@ -342,6 +354,8 @@
342354
"themeui",
343355
"THISDIRNAME",
344356
"THISDIRPATH",
357+
"threejs",
358+
"Tilewallpaper",
345359
"TITLEBAR",
346360
"topich",
347361
"TOPMARGIN",
@@ -363,9 +377,11 @@
363377
"unpause",
364378
"urlresult",
365379
"USERFILES",
380+
"userprofile",
366381
"valign",
367382
"vaporwave",
368383
"verdana",
384+
"viewports",
369385
"vinext",
370386
"viprev",
371387
"virtualdesktop",
@@ -382,6 +398,7 @@
382398
"webglcontextlost",
383399
"Whippin",
384400
"winamp",
401+
"Windir",
385402
"WINDOWS",
386403
"windowtext",
387404
"winerror",

help/online_support.htm

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@
2424
</li>
2525
<li>
2626
For the latest technical information on 98.js.org products, you can also find answers at GitHub.
27-
From README articles in the repositories, to Troubleshooting <small>that there arent any</small> Wizards,
27+
From README articles in the repositories, to Troubleshooting <small>that there aren't any</small> Wizards,
2828
the repos on GitHub have the specific resources most likely to help you find the answer to your question.
2929
To begin your search, go to <a href="https://github.com/1j01/98" target="_blank">Support Online</a>.
3030
</li>

programs/notepad/README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,6 @@ Try it [as part of 98](https://98.js.org/) or [standalone](https://98.js.org/pro
1111
* Help > About Notepad
1212
* Link back to 98 in case the app is opened standalone
1313

14-
* Search (altho you can use the browser's <kbd>Ctrl+F</kbd>)
14+
* Search (although you can use the browser's <kbd>Ctrl+F</kbd>)
1515

1616
* Edit > Set Font

programs/notepad/src/app.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,7 @@ function load_from_blob(blob) {
135135
function file_open() {
136136
are_you_sure(function () {
137137
// no accept='text/*' because it hides many many types of text files, especially source code
138-
// altho Notepad in Windows 98 shows only *.txt files
138+
// although Notepad in Windows 98 shows only *.txt files
139139
$("<input type='file'>").click().change(function (e) {
140140
if (this.files[0]) {
141141
load_from_blob(this.files[0]);
@@ -219,7 +219,7 @@ if (file_path) {
219219
throw error;
220220
}
221221
// NOTE: could be destroying changes, since this is (theoretically/potentially) async
222-
// altho the user can probably undo
222+
// although the user can probably undo
223223
// TODO: lock the textarea as readonly until here
224224
$textarea.val(content);
225225
update_print_helper();

programs/pipes/screensaver.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -540,7 +540,7 @@ function updateFromParametersInURL() {
540540
params = null;
541541
}
542542
} catch (error) {
543-
alert("Invalid URL parameter JSON syntax\n\n" + error + "\n\nRecieved:\n" + paramsJSON);
543+
alert("Invalid URL parameter JSON syntax\n\n" + error + "\n\nReceived:\n" + paramsJSON);
544544
}
545545
}
546546
params = params || {};

programs/sound-recorder/src/app.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -402,7 +402,7 @@ if (file_path) {
402402
throw error;
403403
}
404404
// NOTE: could be destroying changes, since this is (potentially) async
405-
// altho the user can probably undo
405+
// although the user can probably undo
406406
// TODO: lock editing until here
407407
var __opening_file_path = file_path;
408408
var blob = new File([content], file_name_from_path(file_path));

0 commit comments

Comments
 (0)