Skip to content

Commit 557b8fb

Browse files
TheGiraffe3RighthandSonblast007
authored
Fix a lot of typos (BZFlag-Dev#362)
* Typo fix * All the other typo fixes * Update AUTHORS Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> * Apply suggestions from code review Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> * Update man/bzflag.6.in Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> * Update include/bzfsAPI.h Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> * Update include/bzfsAPI.h Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> * Some more respose -> response changes. * ChangeLog line wrap * Keep the typo in the tessellation configuration variable name for 2.4.x --------- Co-authored-by: RighthandSon <59427094+RighthandSon@users.noreply.github.com> Co-authored-by: Scott Wichser <blast007@users.sourceforge.net>
1 parent 5b0416c commit 557b8fb

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

81 files changed

+171
-6170
lines changed

AUTHORS

+7-7
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ The BZFlag development team would like to thank the many people who
66
have contributed to BZFlag over the years. The game was initially and
77
primarily written by Chris Schoeneman in 1992 while he was a Masters
88
student at the Cornell Program of Computer Graphics. In 1999, Chris
9-
Schoeneman trasferred copyright and maintainership of the game over to
9+
Schoeneman transferred copyright and maintainership of the game over to
1010
Tim Riker, whom continues in that role today. Since the project was
1111
released as open source software around roughly the same time, a
1212
considerable number of other developers and contributors have become a
@@ -111,7 +111,7 @@ mention and appreciation for their involvement.
111111

112112
-- 1993 --
113113
Phillip Ezolt
114-
Bj�rn Augustsson
114+
Björn Augustsson
115115
Jed Lengyel
116116
-- 1997 --
117117
David Hoeferlin
@@ -122,7 +122,7 @@ Tom Hubina
122122
Stea Greene
123123
Erik Andersen
124124
-- 2000 --
125-
Daniel L�onard <fork@videotron.ca>
125+
Daniel Léonard <fork@videotron.ca>
126126
Daryll Strauss <daryll@daryll.net>
127127
-- 2001 --
128128
Frank Siegert <frank@this.net>
@@ -148,7 +148,7 @@ Michael Hoffman
148148
David Wollner (jbdigriz)
149149
Justin Zaun
150150
Adam Krell
151-
Fran�ois Revol (mmu_man)
151+
François Revol (mmu_man)
152152
Micah Dowty (scanline)
153153
Dennis Pedersen (dmp)
154154
Bernt Hansen (Thumper)
@@ -193,7 +193,7 @@ Darek Dawidowski ([darek])
193193
Phillip (the_vaxorcist)
194194
Christophe Henry (sbgodin)
195195
Chris Wible (L4m3r)
196-
J�rgen Pedersen Tjern� (daxxar)
196+
Jørgen Pedersen Tjernø (daxxar)
197197
-- 2008 --
198198
Alexander Boyd (javawizard2539)
199199
James Lawrence (spldart)
@@ -218,7 +218,7 @@ Thomas Daede (TD-Linux)
218218
Brad Smith
219219
(War Pig)
220220
Karl Goetz
221-
Am�rico Monteiro
221+
Américo Monteiro
222222
-- 2012 --
223223
Kyle Mills (khonkhortisan)
224224
Ian Farr (Quol)
@@ -242,7 +242,7 @@ student contributors for each year are listed.
242242
Chris Wible (L4m3r)
243243
Kornel Kisielewicz (epyon)
244244
Jude Nelson (jude)
245-
J�rgen Pedersen Tjern� (daxxar)
245+
Jørgen Pedersen Tjernø (daxxar)
246246

247247
-- 2008 --
248248
Luke Rewega (Lukstr)

ChangeLog

+2-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,8 @@ BZFlag 2.4.27
1515
* Add Dockerfile for bzfs container - Vladimir Jimenez, Scott Wichser
1616
* Fix various memory leaks, crashes, buffer overflows, divide by zero errors
1717
- Alfredo Tupone
18-
* Fix skewed textures that occured when the window size changed - Scott Wichser
18+
* Fix skewed textures that occurred when the window size changed
19+
- Scott Wichser
1920
* Add support for pasting text into text inputs - Scott Wichser
2021

2122

DEVINFO

+6-6
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ Formatting
157157
Everybody has their own style and has things they don't like about any
158158
other style. Well, we can't have a zillion styles in the code, so
159159
follow the BZFlag style if you want your contribution included.
160-
BZFlag is formated using the Allman Style, and this is enforced
160+
BZFlag is formatted using the Allman Style, and this is enforced
161161
with the artistic styler, astyle, using these command line options:
162162

163163
astyle --style=allman -nxjQ --convert-tabs --max-code-length=120 \
@@ -283,12 +283,12 @@ be broken up into smaller coherent chunks. This way if a bug or other
283283
issue with a particular commit is later encountered, the change can be
284284
more easily isolated and undone or fixed.
285285

286-
Submiting changes
286+
Submitting changes
287287
--------------
288288

289289
If you do not have source code commit access and would like to propose
290-
a change for inclusion, you should create a pull requests. Requests
291-
should be submited on GitHub at:
290+
a change for inclusion, you should create a pull request. Requests
291+
should be submitted on GitHub at:
292292

293293
https://github.com/BZFlag-Dev/bzflag/pulls
294294

@@ -304,11 +304,11 @@ Licensing and Developer Agreement
304304

305305
By committing to a source code repository or submitting a patch/pull request, you
306306
the developer are assigning copyright of the submission to the project maintainer (Tim Riker),
307-
and his successors, as defined in the BZFlag Developer Agreement located at.
307+
and his successors, as defined in the BZFlag Developer Agreement located at
308308
https://github.com/BZFlag-Dev/bzflag/wiki/Developer-Agreement
309309

310310
Grant of Copyright Assignment
311-
Each Contributor hereby assign to the project maintainer all right, title,
311+
Each Contributor hereby assigns to the project maintainer all right, title,
312312
and interest worldwide in all Copyright covering the Contribution.
313313

314314
All submissions are subject to these terms.

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Start the build image
22
FROM alpine:3 as build
33

4-
# A comma seperated list of extra plugins to compile
4+
# A comma-separated list of extra plugins to compile
55
ARG plugins=""
66

77
# The configure argument is passed to the ./configure script

autogen.sh

+7-7
Original file line numberDiff line numberDiff line change
@@ -73,15 +73,15 @@
7373
#
7474
######################################################################
7575

76-
# set to minimum acceptible version of autoconf
76+
# set to minimum acceptable version of autoconf
7777
if [ "x$AUTOCONF_VERSION" = "x" ] ; then
7878
AUTOCONF_VERSION=2.68
7979
fi
80-
# set to minimum acceptible version of automake
80+
# set to minimum acceptable version of automake
8181
if [ "x$AUTOMAKE_VERSION" = "x" ] ; then
8282
AUTOMAKE_VERSION=1.6.0
8383
fi
84-
# set to minimum acceptible version of libtool
84+
# set to minimum acceptable version of libtool
8585
if [ "x$LIBTOOL_VERSION" = "x" ] ; then
8686
LIBTOOL_VERSION=1.4.2
8787
fi
@@ -254,7 +254,7 @@ PATH_TO_AUTOGEN="`dirname $0`"
254254
NAME_OF_AUTOGEN="`basename $0`"
255255
AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN"
256256

257-
LIBTOOL_M4="${PATH_TO_AUTOGEN}/misc/libtool.m4"
257+
LIBTOOL_M4="${PATH_TO_AUTOGEN}/m4/libtool.m4"
258258

259259
if [ "x$HELP" = "x" ] ; then
260260
HELP=no
@@ -830,7 +830,7 @@ recursive_protect ( ) {
830830

831831

832832
#############################
833-
# RESTORE_CLOBBERED FUNCION #
833+
# RESTORE_CLOBBERED FUNCTION #
834834
#############################
835835
restore_clobbered ( ) {
836836

@@ -988,7 +988,7 @@ initialize ( ) {
988988
if test ! -d "$_aux_dir" ; then
989989
_aux_dir=.
990990
else
991-
$VERBOSE_ECHO "Detected auxillary directory: $_aux_dir"
991+
$VERBOSE_ECHO "Detected auxiliary directory: $_aux_dir"
992992
fi
993993

994994
################################
@@ -1110,7 +1110,7 @@ if [ "x$HAVE_AUTORECONF" = "xyes" ] ; then
11101110
$ECHO "Warning: $AUTORECONF failed"
11111111

11121112
if test -f ltmain.sh ; then
1113-
$ECHO "libtoolize being run by autoreconf is not creating ltmain.sh in the auxillary directory like it should"
1113+
$ECHO "libtoolize being run by autoreconf is not creating ltmain.sh in the auxiliary directory like it should"
11141114
fi
11151115

11161116
$ECHO "Attempting to run the preparation steps individually"

data/l10n/bzflag_cs_CZ.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ msgstr "Zobrazit vlajky na radaru:"
471471
msgid "Toggle Main Flags:"
472472
msgstr "Zobrazit vlaky pred sebou:"
473473

474-
msgid "Silence/UnSilence Key:"
474+
msgid "Silence/Unsilence Key:"
475475
msgstr "Umlceni/Odmlceni hrace:"
476476

477477
msgid "Server Command Key:"
@@ -629,7 +629,7 @@ msgstr "Posuv zaznamu zprav zpet:"
629629
msgid "Scroll Message Log Forward:"
630630
msgstr "Posuv aznamu zprav vpred:"
631631

632-
msgid "Silence/UnSilence:"
632+
msgid "Silence/Unsilence:"
633633
msgstr "Umlceni/Odmlceni hrace:"
634634

635635
msgid "Show/Dismiss menu:"
@@ -1614,7 +1614,7 @@ msgstr "zobrazit vlajky na radaru"
16141614
msgid "Toggle Main Flags"
16151615
msgstr "zobrazit vlaky pred sebou"
16161616

1617-
msgid "Silence/UnSilence"
1617+
msgid "Silence/Unsilence"
16181618
msgstr "Umlceni/Odmlceni hrace"
16191619

16201620
msgid "self destruct/cancel"

data/l10n/bzflag_da.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ msgstr "Vis flag i radar (til/fra)"
396396
msgid "Toggle Main Flags"
397397
msgstr "Vis flag (til/fra)"
398398

399-
msgid "Silence/UnSilence"
399+
msgid "Silence/Unsilence"
400400
msgstr "Ignorer/Ophæv ignorer"
401401

402402
msgid "Server Admin"
@@ -1270,10 +1270,10 @@ msgstr "Radar flag (til/fra): "
12701270
msgid "Toggle Main Flags:"
12711271
msgstr "Flag (til/fra): "
12721272

1273-
msgid "Silience/UnSilence"
1273+
msgid "Silence/Unsilence"
12741274
msgstr "Ignorer/Ophæv ignorer"
12751275

1276-
msgid "Silience/UnSilence Key:"
1276+
msgid "Silence/Unsilence Key:"
12771277
msgstr "Ignorer/Ophæv ignorer tast"
12781278

12791279
msgid "Server Command Key:"

data/l10n/bzflag_de.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ msgstr "Flaggen auf Radar an/aus"
397397
msgid "Toggle Main Flags"
398398
msgstr "Flaggen an/aus"
399399

400-
#msgid "Silence/UnSilence"
400+
#msgid "Silence/Unsilence"
401401
#msgstr ""
402402

403403
#msgid "Server Admin"
@@ -1278,10 +1278,10 @@ msgstr "Andeutung auf seine Höhe, je höher der Panzer platziert ist desto grö
12781278
#msgid "Toggle Main Flags:"
12791279
#msgstr ""
12801280

1281-
#msgid "Silience/UnSilence"
1281+
#msgid "Silence/Unsilence"
12821282
#msgstr ""
12831283

1284-
#msgid "Silience/UnSilence Key:"
1284+
#msgid "Silence/Unsilence Key:"
12851285
#msgstr ""
12861286

12871287
msgid "Server Command Key:"

data/l10n/bzflag_en_US_l33t.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -393,7 +393,7 @@ msgstr "+OGglE R4daR fl@95"
393393
msgid "Toggle Main Flags"
394394
msgstr "t0GGL3 M41N fL4G5"
395395

396-
msgid "Silence/UnSilence"
396+
msgid "Silence/Unsilence"
397397
msgstr "$1LenCE/UN5il3nCE"
398398

399399
msgid "Server Admin"
@@ -1289,10 +1289,10 @@ msgstr "J00R +4Nk W0N'T mOve, oUTs1D3 +H3 l4R93 B0Xor J00 dOn't MoV3 AnY PH@5tER
12891289
#msgid "Toggle Main Flags:"
12901290
#msgstr ""
12911291

1292-
#msgid "Silience/UnSilence"
1292+
#msgid "Silence/Unsilence"
12931293
#msgstr ""
12941294

1295-
#msgid "Silience/UnSilence Key:"
1295+
#msgid "Silence/Unsilence Key:"
12961296
#msgstr ""
12971297

12981298
#msgid "Server Command Key:"

data/l10n/bzflag_en_US_redneck.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ msgstr "scroll message log fo'ward"
396396
#msgid "Toggle Main Flags"
397397
#msgstr ""
398398

399-
#msgid "Silence/UnSilence"
399+
#msgid "Silence/Unsilence"
400400
#msgstr ""
401401

402402
#msgid "Server Admin"
@@ -1277,10 +1277,10 @@ msgstr "yeller lines. Tanks is dots in th' tank's team colo', 'cept rogues are"
12771277
#msgid "Toggle Main Flags:"
12781278
#msgstr ""
12791279

1280-
#msgid "Silience/UnSilence"
1280+
#msgid "Silence/Unsilence"
12811281
#msgstr ""
12821282

1283-
#msgid "Silience/UnSilence Key:"
1283+
#msgid "Silence/Unsilence Key:"
12841284
#msgstr ""
12851285

12861286
#msgid "Server Command Key:"

data/l10n/bzflag_es.po

+4-4
Original file line numberDiff line numberDiff line change
@@ -1022,7 +1022,7 @@ msgstr "Muestra/oculta banderas en el radar:"
10221022
msgid "Toggle Main Flags:"
10231023
msgstr "Muestra/oculta banderas en vista principal:"
10241024

1025-
msgid "Silence/UnSilence:"
1025+
msgid "Silence/Unsilence:"
10261026
msgstr "Activa/desactiva sonido:"
10271027

10281028
msgid "Server Admin:"
@@ -1600,7 +1600,7 @@ msgstr "Mostrar/ocultar banderas en radar:"
16001600
msgid "Toggle Flags On Field:"
16011601
msgstr "Mostrar/ocultar banderas en terreno:"
16021602

1603-
msgid "Silence/UnSilence Key:"
1603+
msgid "Silence/Unsilence Key:"
16041604
msgstr "Activar/desactivar sonido:"
16051605

16061606
msgid "Server Command Key:"
@@ -2018,7 +2018,7 @@ msgstr " paquetes enviados: %d (%f/seg)\n"
20182018
msgid " bytes/packet : %f\n"
20192019
msgstr " bytes/paquete: %f\n"
20202020

2021-
msgid " bytes recieved : %d (%f/sec)\n"
2021+
msgid " bytes received : %d (%f/sec)\n"
20222022
msgstr " bytes recibidos: %d (%f/seg)\n"
20232023

20242024
msgid " packets received: %d (%f/sec)\n"
@@ -2030,7 +2030,7 @@ msgstr "<** Código de paquete UDP %x tamaño %x\n"
20302030
msgid "Fallback to normal TCP receive"
20312031
msgstr "Retraso en recepción TCP normal"
20322032

2033-
msgid "Communication error joining game [No immediate respose]."
2033+
msgid "Communication error joining game [No immediate response]."
20342034
msgstr "Error de comunicación al unirse a la partida [No hay respuesta inmediata]."
20352035

20362036
msgid "Server forced disconnection."

data/l10n/bzflag_fr.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ msgstr "défile les messages vers le haut"
396396
#msgid "Toggle Main Flags"
397397
#msgstr ""
398398

399-
#msgid "Silence/UnSilence"
399+
#msgid "Silence/Unsilence"
400400
#msgstr ""
401401

402402
#msgid "Server Admin"
@@ -1277,10 +1277,10 @@ msgstr "des tanks: les tanks les plus haut ont des points plus larges. Les dra
12771277
#msgid "Toggle Main Flags:"
12781278
#msgstr ""
12791279

1280-
#msgid "Silience/UnSilence"
1280+
#msgid "Silence/Unsilence"
12811281
#msgstr ""
12821282

1283-
#msgid "Silience/UnSilence Key:"
1283+
#msgid "Silence/Unsilence Key:"
12841284
#msgstr ""
12851285

12861286
#msgid "Server Command Key:"

data/l10n/bzflag_it.po

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,7 +397,7 @@ msgstr "Dis/Attiva Bandiere nel Radar"
397397
msgid "Toggle Main Flags"
398398
msgstr "Dis/Attiva Bandiere"
399399

400-
msgid "Silence/UnSilence"
400+
msgid "Silence/Unsilence"
401401
msgstr "Azzittisci"
402402

403403
msgid "Server Admin"
@@ -1278,7 +1278,7 @@ msgstr "Attiva Bandiere (Radar)"
12781278
msgid "Toggle Main Flags:"
12791279
msgstr "Attiva Bandiere"
12801280

1281-
msgid "Silence/UnSilence Key:"
1281+
msgid "Silence/Unsilence Key:"
12821282
msgstr "Azzittisci"
12831283

12841284
msgid "Server Command Key:"

data/l10n/bzflag_kg.po

+3-3
Original file line numberDiff line numberDiff line change
@@ -396,7 +396,7 @@ msgstr "bup"
396396
#msgid "Toggle Main Flags"
397397
#msgstr ""
398398

399-
#msgid "Silence/UnSilence"
399+
#msgid "Silence/Unsilence"
400400
#msgstr ""
401401

402402
#msgid "Server Admin"
@@ -1277,10 +1277,10 @@ msgstr "nIH neH"
12771277
#msgid "Toggle Main Flags:"
12781278
#msgstr ""
12791279

1280-
#msgid "Silience/UnSilence"
1280+
#msgid "Silence/Unsilence"
12811281
#msgstr ""
12821282

1283-
#msgid "Silience/UnSilence Key:"
1283+
#msgid "Silence/Unsilence Key:"
12841284
#msgstr ""
12851285

12861286
#msgid "Server Command Key:"

0 commit comments

Comments
 (0)