File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -73,13 +73,13 @@ Turn off sound reverb.
73
73
Exit program when demo is terminated.
74
74
.TP
75
75
.BR warp\ \fI level \fP
76
- Warp to specific ROTT level (next paramater is level to start on).
76
+ Warp to specific ROTT level (next parameter is level to start on).
77
77
.TP
78
78
.BR timelimit\ \fI time \fP
79
- Play ROTT in time limit mode (next paramater is time in seconds).
79
+ Play ROTT in time limit mode (next parameter is time in seconds).
80
80
.TP
81
81
.BR maxtimelimit\ \fI time \fP
82
- Maximimum time to count down from (next paramater is time in seconds).
82
+ Maximimum time to count down from (next parameter is time in seconds).
83
83
.TP
84
84
.BR dopefish
85
85
?
Original file line number Diff line number Diff line change @@ -616,11 +616,11 @@ void CheckCommandLineParameters( void )
616
616
printf (" NOECHO - Turn off sound reverb\n" );
617
617
printf (" DEMOEXIT - Exit program when demo is terminated\n" );
618
618
printf (" WARP - Warp to specific ROTT level\n" );
619
- printf (" next paramater is level to start on\n" );
619
+ printf (" next parameter is level to start on\n" );
620
620
printf (" TIMELIMIT - Play ROTT in time limit mode\n" );
621
- printf (" next paramater is time in seconds\n" );
621
+ printf (" next parameter is time in seconds\n" );
622
622
printf (" MAXTIMELIMIT - Maximimum time to count down from\n" );
623
- printf (" next paramater is time in seconds\n" );
623
+ printf (" next parameter is time in seconds\n" );
624
624
printf (" DOPEFISH - ?\n" );
625
625
printf (" \n" );
626
626
printf ("CONTROLS\n" );
You can’t perform that action at this time.
0 commit comments