Skip to content

Commit 4b32e32

Browse files
authored
Merge pull request #29 from luzpaz/typos
Fix misc. typos and whitespace
2 parents f134083 + b65e51d commit 4b32e32

35 files changed

+92
-92
lines changed

bin/CONFIGURATIONS/EMG/emg_recognition.con

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ smalladapt=0
188188
adaptinterval=200
189189
barsize=30
190190
fontsize=10
191-
wndcaption=Right Treshold
191+
wndcaption=Right Threshold
192192
linkport 0-9,0
193193
linkport 0-12,1
194194
linkport 0-7,1
@@ -314,7 +314,7 @@ smalladapt=0
314314
adaptinterval=200
315315
barsize=30
316316
fontsize=10
317-
wndcaption=Left Treshold
317+
wndcaption=Left Threshold
318318
linkport 0-11,0
319319
linkport 0-10,1
320320
end object

bin/CONFIGURATIONS/EMG/emg_recognition2.con

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ smalladapt=0
189189
adaptinterval=200
190190
barsize=30
191191
fontsize=10
192-
wndcaption=Right Treshold
192+
wndcaption=Right Threshold
193193
linkport 0-9,0
194194
linkport 0-12,1
195195
linkport 0-7,1
@@ -315,7 +315,7 @@ smalladapt=0
315315
adaptinterval=200
316316
barsize=30
317317
fontsize=10
318-
wndcaption=Left Treshold
318+
wndcaption=Left Threshold
319319
linkport 0-11,0
320320
linkport 0-10,1
321321
end object

bin/CONFIGURATIONS/OtherDemos/skintest.con

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -296,5 +296,5 @@ ypos=204
296296
inputports=0
297297
outputports=0
298298
tag=INFO
299-
text= --------- Design Documentation --------/#/#This Design shows functions and possible use of a skinned dialog window./#/#The outputs of four mouse-over (radio) - styled buttons and the output of a slider/#are displayed in the oscilloscope window./#/#The slider and the RIGHT-Button are controlled from within the design./#The current value of the slider affects the signal generator that controls the RIGHT-button./#/#If you disconnect the respective inputs of the skindialog-element,/#the slider and the RIGHT-Button could be controlled manually./#/#Please refer to the Help-Pages for a more detailed explaination of the skindialog-element.
299+
text= --------- Design Documentation --------/#/#This Design shows functions and possible use of a skinned dialog window./#/#The outputs of four mouse-over (radio) - styled buttons and the output of a slider/#are displayed in the oscilloscope window./#/#The slider and the RIGHT-Button are controlled from within the design./#The current value of the slider affects the signal generator that controls the RIGHT-button./#/#If you disconnect the respective inputs of the skindialog-element,/#the slider and the RIGHT-Button could be controlled manually./#/#Please refer to the Help-Pages for a more detailed explanation of the skindialog-element.
300300
end object

bin/CONFIGURATIONS/OtherDemos/statistics_test.con

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,5 +258,5 @@ ypos=47
258258
inputports=0
259259
outputports=0
260260
tag=INFO
261-
text=--------- Design Documentation --------/#/#/# This design shows a way to print long-term statistics with the oscilloscope./#/# Use the "Fly through" button on the right bottom of the status bar/# to calculate the selected area of the archve file as quick as possible./#/# Note: The averager-modules before the inputs of the oscilloscope are necessary/# to lower the bandwith of the connected signals.
261+
text=--------- Design Documentation --------/#/#/# This design shows a way to print long-term statistics with the oscilloscope./#/# Use the "Fly through" button on the right bottom of the status bar/# to calculate the selected area of the archve file as quick as possible./#/# Note: The averager-modules before the inputs of the oscilloscope are necessary/# to lower the bandwidth of the connected signals.
262262
end object

bin/ReadMe_BrainBay.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ BIG CREDITS go to:
2424

2525

2626
Find further documentation on the Project hompage http://brainbay.lo-res.org
27-
and in the user and devloper manuals (.pdf)
27+
and in the user and developer manuals (.pdf)
2828

2929

3030

bin/ReadMe_Matlab.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ Input buffers:
3535
3. The entire buffer of all the variables (A-J) is passed to Matlab.
3636
4. The input buffer is initially set to all zeroes.
3737
5. The first sample is copied to the first element.
38-
6. Sucessive samples are copied to the 2nd, 3rd ... element etc.
38+
6. Successive samples are copied to the 2nd, 3rd ... element etc.
3939
7. Once the buffer is full, the buffer is shifted down and each new sample is copied to the top (ie. last element) of the buffer.
4040

4141
Additional variables:

bin/ReadMe_PortTalk.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ install the driver and then start it.
2424
Allowio - Grants programs access to IO Ports.
2525
_____________________________________________
2626

27-
Usage : AllowIO <executable.exe> <Hex Addresse(s)> <Switches>
27+
Usage : AllowIO <executable.exe> <Hex Address(es)> <Switches>
2828

2929
eg. Using allowio to grant access to IO ports 0x42, 0x43 and 0x61
3030

src/SDL_sound.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ typedef struct
140140

141141
/**
142142
* \struct Sound_DecoderInfo
143-
* \brief Information about available soudn decoders.
143+
* \brief Information about available sound decoders.
144144
*
145145
* Each decoder sets up one of these structs, which can be retrieved via
146146
* the Sound_AvailableDecoders() function. EVERY FIELD IN THIS IS READ-ONLY.
@@ -424,7 +424,7 @@ SNDDECLSPEC void SDLCALL Sound_ClearError(void);
424424
* via Sound_FreeSample().
425425
*
426426
* You do not have to keep a reference to (rw) around. If this function
427-
* suceeds, it stores (rw) internally (and disposes of it during the call
427+
* succeeds, it stores (rw) internally (and disposes of it during the call
428428
* to Sound_FreeSample()). If this function fails, it will dispose of the
429429
* SDL_RWops for you.
430430
*

src/base.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
Author: Chris Veigl, contact: [email protected]
88
99
Co-Authors:
10-
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORELLATION, EVALUATOR)
10+
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORRELATION, EVALUATOR)
1111
Lester John (Module MATLAB-transfer)
1212
1313
Credits: Jim Peters (digital filter works), Jeff Molofee (OpenGL-tutorial), John Roark (SkinDialog)

src/brainBay.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
Author: Chris Veigl, contact: [email protected]
77
88
Co-Authors:
9-
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORELLATION, EVALUATOR)
9+
Jeremy Wilkerson (Modules: AND, OR, NOT, WAV, CORRELATION, EVALUATOR)
1010
Lester John (Module MATLAB-transfer)
1111
Stephan Gerhard (QDS parser)
1212
Raymond Nguyen (Vector ports)
@@ -227,7 +227,7 @@ LRESULT CALLBACK MainWndHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
227227
case WM_COMMAND:
228228
wmId = LOWORD(wParam);
229229
wmEvent = HIWORD(wParam);
230-
// Menüauswahlen analysieren:
230+
// Men�auswahlen analysieren:
231231
switch( wmId )
232232
{
233233

@@ -288,7 +288,7 @@ LRESULT CALLBACK MainWndHandler(HWND hWnd, UINT message, WPARAM wParam, LPARAM l
288288
else
289289
{
290290
char * d_name,new_name[80];
291-
write_logfile("configruation saved.");
291+
write_logfile("configuration saved.");
292292

293293
d_name=configfilename;
294294
while (strstr(d_name,"\\")) d_name=strstr(d_name,"\\")+1;

0 commit comments

Comments
 (0)