Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
dev-jam committed Jan 23, 2020
1 parent 210ffd7 commit ee6a15a
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions opensesame_plugins/parallel_port_trigger_init/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,14 +18,14 @@ controls:
type: "checkbox"
var: "verbose"
-
label: "Port Adress"
label: "Port Address"
name: "line_edit_port"
info: "Adress of the parallel port, value is a hexadecimal number (Windows) or path (Linux)"
info: "Address of the parallel port, value is a hexadecimal number (Windows) or path (Linux)"
type: "line_edit"
var: "port"
-
label: |
<small><b>Note:</b> Parallel Port Trigger Init item at the begin of the experiment is needed for initialisation of the parallel port</small>
<small><b>Note:</b> Parallel Port Trigger Init item at the begin of the experiment is needed for initialization of the parallel port</small>
type: text
-
label: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The plug-in has an *init* item which should be placed at the beginning of an exp
This plug-in has six options:
- *Dummy mode* for testing experiments.
- *Verbose mode* for testing experiments.
- *Port adress* for Windows: hexadecimal or decimal value, for Linux: full path or port number.
- *Port address* for Windows: hexadecimal or decimal value, for Linux: full path or port number.
- *Value* is a positive integer between 1-255 and specifies the trigger byte.
- *Enable duration* option to enable the duration parameter.
- *Duration* is the duration in ms.
Expand Down
2 changes: 1 addition & 1 deletion opensesame_plugins/parallel_port_trigger_send/info.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ controls:
var: "duration"
-
label: |
<small><b>Note:</b> Parallel Port Trigger Init item at the begin of the experiment is needed for initialisation of the parallel port</small>
<small><b>Note:</b> Parallel Port Trigger Init item at the begin of the experiment is needed for initialization of the parallel port</small>
type: text
-
label: |
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ In EEG/ERP studies it is common to send triggers to mark the timestamp for signi
The plug-in has an *init* item which should be placed at the beginning of an experiment and a *trigger* item for initiating triggers:

- *Dummy mode* for testing experiments.
- *Port adress* for Windows: hexadecimal or decimal value, for Linux: full path or port number.
- *Port address* for Windows: hexadecimal or decimal value, for Linux: full path or port number.
- *Value* is a positive integer between 1-255 and specifies the trigger byte.
- *Enable duration* option to enable the duration parameter.
- *Duration* is the duration in ms.
Expand Down

0 comments on commit ee6a15a

Please sign in to comment.