Skip to content

Commit

Permalink
Fix a lot of typos (#362)
Browse files Browse the repository at this point in the history
* Typo fix

* All the other typo fixes

* Update AUTHORS

Co-authored-by: RighthandSon <[email protected]>

* Apply suggestions from code review

Co-authored-by: RighthandSon <[email protected]>

* Update man/bzflag.6.in

Co-authored-by: RighthandSon <[email protected]>

* Update include/bzfsAPI.h

Co-authored-by: RighthandSon <[email protected]>

* Update include/bzfsAPI.h

Co-authored-by: RighthandSon <[email protected]>

* 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 <[email protected]>
Co-authored-by: Scott Wichser <[email protected]>
  • Loading branch information
3 people authored Nov 30, 2024
1 parent 5b0416c commit 557b8fb
Show file tree
Hide file tree
Showing 81 changed files with 171 additions and 6,170 deletions.
14 changes: 7 additions & 7 deletions AUTHORS
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ The BZFlag development team would like to thank the many people who
have contributed to BZFlag over the years. The game was initially and
primarily written by Chris Schoeneman in 1992 while he was a Masters
student at the Cornell Program of Computer Graphics. In 1999, Chris
Schoeneman trasferred copyright and maintainership of the game over to
Schoeneman transferred copyright and maintainership of the game over to
Tim Riker, whom continues in that role today. Since the project was
released as open source software around roughly the same time, a
considerable number of other developers and contributors have become a
Expand Down Expand Up @@ -111,7 +111,7 @@ mention and appreciation for their involvement.

-- 1993 --
Phillip Ezolt
Bj�rn Augustsson
Björn Augustsson
Jed Lengyel
-- 1997 --
David Hoeferlin
Expand All @@ -122,7 +122,7 @@ Tom Hubina
Stea Greene
Erik Andersen
-- 2000 --
Daniel L�onard <[email protected]>
Daniel Léonard <[email protected]>
Daryll Strauss <[email protected]>
-- 2001 --
Frank Siegert <[email protected]>
Expand All @@ -148,7 +148,7 @@ Michael Hoffman
David Wollner (jbdigriz)
Justin Zaun
Adam Krell
Fran�ois Revol (mmu_man)
François Revol (mmu_man)
Micah Dowty (scanline)
Dennis Pedersen (dmp)
Bernt Hansen (Thumper)
Expand Down Expand Up @@ -193,7 +193,7 @@ Darek Dawidowski ([darek])
Phillip (the_vaxorcist)
Christophe Henry (sbgodin)
Chris Wible (L4m3r)
J�rgen Pedersen Tjern� (daxxar)
Jørgen Pedersen Tjernø (daxxar)
-- 2008 --
Alexander Boyd (javawizard2539)
James Lawrence (spldart)
Expand All @@ -218,7 +218,7 @@ Thomas Daede (TD-Linux)
Brad Smith
(War Pig)
Karl Goetz
Am�rico Monteiro
Américo Monteiro
-- 2012 --
Kyle Mills (khonkhortisan)
Ian Farr (Quol)
Expand All @@ -242,7 +242,7 @@ student contributors for each year are listed.
Chris Wible (L4m3r)
Kornel Kisielewicz (epyon)
Jude Nelson (jude)
J�rgen Pedersen Tjern� (daxxar)
Jørgen Pedersen Tjernø (daxxar)

-- 2008 --
Luke Rewega (Lukstr)
Expand Down
3 changes: 2 additions & 1 deletion ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ BZFlag 2.4.27
* Add Dockerfile for bzfs container - Vladimir Jimenez, Scott Wichser
* Fix various memory leaks, crashes, buffer overflows, divide by zero errors
- Alfredo Tupone
* Fix skewed textures that occured when the window size changed - Scott Wichser
* Fix skewed textures that occurred when the window size changed
- Scott Wichser
* Add support for pasting text into text inputs - Scott Wichser


Expand Down
12 changes: 6 additions & 6 deletions DEVINFO
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ Formatting
Everybody has their own style and has things they don't like about any
other style. Well, we can't have a zillion styles in the code, so
follow the BZFlag style if you want your contribution included.
BZFlag is formated using the Allman Style, and this is enforced
BZFlag is formatted using the Allman Style, and this is enforced
with the artistic styler, astyle, using these command line options:

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

Submiting changes
Submitting changes
--------------

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

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

Expand All @@ -304,11 +304,11 @@ Licensing and Developer Agreement

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

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

All submissions are subject to these terms.
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
# Start the build image
FROM alpine:3 as build

# A comma seperated list of extra plugins to compile
# A comma-separated list of extra plugins to compile
ARG plugins=""

# The configure argument is passed to the ./configure script
Expand Down
14 changes: 7 additions & 7 deletions autogen.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,15 +73,15 @@
#
######################################################################

# set to minimum acceptible version of autoconf
# set to minimum acceptable version of autoconf
if [ "x$AUTOCONF_VERSION" = "x" ] ; then
AUTOCONF_VERSION=2.68
fi
# set to minimum acceptible version of automake
# set to minimum acceptable version of automake
if [ "x$AUTOMAKE_VERSION" = "x" ] ; then
AUTOMAKE_VERSION=1.6.0
fi
# set to minimum acceptible version of libtool
# set to minimum acceptable version of libtool
if [ "x$LIBTOOL_VERSION" = "x" ] ; then
LIBTOOL_VERSION=1.4.2
fi
Expand Down Expand Up @@ -254,7 +254,7 @@ PATH_TO_AUTOGEN="`dirname $0`"
NAME_OF_AUTOGEN="`basename $0`"
AUTOGEN_SH="$PATH_TO_AUTOGEN/$NAME_OF_AUTOGEN"

LIBTOOL_M4="${PATH_TO_AUTOGEN}/misc/libtool.m4"
LIBTOOL_M4="${PATH_TO_AUTOGEN}/m4/libtool.m4"

if [ "x$HELP" = "x" ] ; then
HELP=no
Expand Down Expand Up @@ -830,7 +830,7 @@ recursive_protect ( ) {


#############################
# RESTORE_CLOBBERED FUNCION #
# RESTORE_CLOBBERED FUNCTION #
#############################
restore_clobbered ( ) {

Expand Down Expand Up @@ -988,7 +988,7 @@ initialize ( ) {
if test ! -d "$_aux_dir" ; then
_aux_dir=.
else
$VERBOSE_ECHO "Detected auxillary directory: $_aux_dir"
$VERBOSE_ECHO "Detected auxiliary directory: $_aux_dir"
fi

################################
Expand Down Expand Up @@ -1110,7 +1110,7 @@ if [ "x$HAVE_AUTORECONF" = "xyes" ] ; then
$ECHO "Warning: $AUTORECONF failed"

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

$ECHO "Attempting to run the preparation steps individually"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_cs_CZ.po
Original file line number Diff line number Diff line change
Expand Up @@ -471,7 +471,7 @@ msgstr "Zobrazit vlajky na radaru:"
msgid "Toggle Main Flags:"
msgstr "Zobrazit vlaky pred sebou:"

msgid "Silence/UnSilence Key:"
msgid "Silence/Unsilence Key:"
msgstr "Umlceni/Odmlceni hrace:"

msgid "Server Command Key:"
Expand Down Expand Up @@ -629,7 +629,7 @@ msgstr "Posuv zaznamu zprav zpet:"
msgid "Scroll Message Log Forward:"
msgstr "Posuv aznamu zprav vpred:"

msgid "Silence/UnSilence:"
msgid "Silence/Unsilence:"
msgstr "Umlceni/Odmlceni hrace:"

msgid "Show/Dismiss menu:"
Expand Down Expand Up @@ -1614,7 +1614,7 @@ msgstr "zobrazit vlajky na radaru"
msgid "Toggle Main Flags"
msgstr "zobrazit vlaky pred sebou"

msgid "Silence/UnSilence"
msgid "Silence/Unsilence"
msgstr "Umlceni/Odmlceni hrace"

msgid "self destruct/cancel"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_da.po
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ msgstr "Vis flag i radar (til/fra)"
msgid "Toggle Main Flags"
msgstr "Vis flag (til/fra)"

msgid "Silence/UnSilence"
msgid "Silence/Unsilence"
msgstr "Ignorer/Ophæv ignorer"

msgid "Server Admin"
Expand Down Expand Up @@ -1270,10 +1270,10 @@ msgstr "Radar flag (til/fra): "
msgid "Toggle Main Flags:"
msgstr "Flag (til/fra): "

msgid "Silience/UnSilence"
msgid "Silence/Unsilence"
msgstr "Ignorer/Ophæv ignorer"

msgid "Silience/UnSilence Key:"
msgid "Silence/Unsilence Key:"
msgstr "Ignorer/Ophæv ignorer tast"

msgid "Server Command Key:"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_de.po
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ msgstr "Flaggen auf Radar an/aus"
msgid "Toggle Main Flags"
msgstr "Flaggen an/aus"

#msgid "Silence/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

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

#msgid "Silience/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Silience/UnSilence Key:"
#msgid "Silence/Unsilence Key:"
#msgstr ""

msgid "Server Command Key:"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_en_US_l33t.po
Original file line number Diff line number Diff line change
Expand Up @@ -393,7 +393,7 @@ msgstr "+OGglE R4daR fl@95"
msgid "Toggle Main Flags"
msgstr "t0GGL3 M41N fL4G5"

msgid "Silence/UnSilence"
msgid "Silence/Unsilence"
msgstr "$1LenCE/UN5il3nCE"

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

#msgid "Silience/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Silience/UnSilence Key:"
#msgid "Silence/Unsilence Key:"
#msgstr ""

#msgid "Server Command Key:"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_en_US_redneck.po
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ msgstr "scroll message log fo'ward"
#msgid "Toggle Main Flags"
#msgstr ""

#msgid "Silence/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

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

#msgid "Silience/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Silience/UnSilence Key:"
#msgid "Silence/Unsilence Key:"
#msgstr ""

#msgid "Server Command Key:"
Expand Down
8 changes: 4 additions & 4 deletions data/l10n/bzflag_es.po
Original file line number Diff line number Diff line change
Expand Up @@ -1022,7 +1022,7 @@ msgstr "Muestra/oculta banderas en el radar:"
msgid "Toggle Main Flags:"
msgstr "Muestra/oculta banderas en vista principal:"

msgid "Silence/UnSilence:"
msgid "Silence/Unsilence:"
msgstr "Activa/desactiva sonido:"

msgid "Server Admin:"
Expand Down Expand Up @@ -1600,7 +1600,7 @@ msgstr "Mostrar/ocultar banderas en radar:"
msgid "Toggle Flags On Field:"
msgstr "Mostrar/ocultar banderas en terreno:"

msgid "Silence/UnSilence Key:"
msgid "Silence/Unsilence Key:"
msgstr "Activar/desactivar sonido:"

msgid "Server Command Key:"
Expand Down Expand Up @@ -2018,7 +2018,7 @@ msgstr " paquetes enviados: %d (%f/seg)\n"
msgid " bytes/packet : %f\n"
msgstr " bytes/paquete: %f\n"

msgid " bytes recieved : %d (%f/sec)\n"
msgid " bytes received : %d (%f/sec)\n"
msgstr " bytes recibidos: %d (%f/seg)\n"

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

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

msgid "Server forced disconnection."
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_fr.po
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ msgstr "défile les messages vers le haut"
#msgid "Toggle Main Flags"
#msgstr ""

#msgid "Silence/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Server Admin"
Expand Down Expand Up @@ -1277,10 +1277,10 @@ msgstr "des tanks: les tanks les plus haut ont des points plus larges. Les dra
#msgid "Toggle Main Flags:"
#msgstr ""

#msgid "Silience/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Silience/UnSilence Key:"
#msgid "Silence/Unsilence Key:"
#msgstr ""

#msgid "Server Command Key:"
Expand Down
4 changes: 2 additions & 2 deletions data/l10n/bzflag_it.po
Original file line number Diff line number Diff line change
Expand Up @@ -397,7 +397,7 @@ msgstr "Dis/Attiva Bandiere nel Radar"
msgid "Toggle Main Flags"
msgstr "Dis/Attiva Bandiere"

msgid "Silence/UnSilence"
msgid "Silence/Unsilence"
msgstr "Azzittisci"

msgid "Server Admin"
Expand Down Expand Up @@ -1278,7 +1278,7 @@ msgstr "Attiva Bandiere (Radar)"
msgid "Toggle Main Flags:"
msgstr "Attiva Bandiere"

msgid "Silence/UnSilence Key:"
msgid "Silence/Unsilence Key:"
msgstr "Azzittisci"

msgid "Server Command Key:"
Expand Down
6 changes: 3 additions & 3 deletions data/l10n/bzflag_kg.po
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ msgstr "bup"
#msgid "Toggle Main Flags"
#msgstr ""

#msgid "Silence/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Server Admin"
Expand Down Expand Up @@ -1277,10 +1277,10 @@ msgstr "nIH neH"
#msgid "Toggle Main Flags:"
#msgstr ""

#msgid "Silience/UnSilence"
#msgid "Silence/Unsilence"
#msgstr ""

#msgid "Silience/UnSilence Key:"
#msgid "Silence/Unsilence Key:"
#msgstr ""

#msgid "Server Command Key:"
Expand Down
Loading

0 comments on commit 557b8fb

Please sign in to comment.