Skip to content

Commit c7a929e

Browse files
author
fabian
committed
Fix typo: paramater -> parameter
1 parent e8a951b commit c7a929e

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

doc/rott.6

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -73,13 +73,13 @@ Turn off sound reverb.
7373
Exit program when demo is terminated.
7474
.TP
7575
.BR warp\ \fIlevel\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).
7777
.TP
7878
.BR timelimit\ \fItime\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).
8080
.TP
8181
.BR maxtimelimit\ \fItime\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).
8383
.TP
8484
.BR dopefish
8585
?

rott/rt_main.c

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -616,11 +616,11 @@ void CheckCommandLineParameters( void )
616616
printf (" NOECHO - Turn off sound reverb\n");
617617
printf (" DEMOEXIT - Exit program when demo is terminated\n");
618618
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");
620620
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");
622622
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");
624624
printf (" DOPEFISH - ?\n");
625625
printf (" \n");
626626
printf ("CONTROLS\n");

0 commit comments

Comments
 (0)