From 59daa948d4b85b70b98fd5f3ce59d1d07a08303c Mon Sep 17 00:00:00 2001 From: Christian Kroll Date: Tue, 10 Jul 2012 01:59:06 +0000 Subject: [PATCH] Misspelled the Bastet's original author's name in the Doxygen tags. --- games/tetris/variant_bastet.c | 4 ++-- games/tetris/variant_bastet.h | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/games/tetris/variant_bastet.c b/games/tetris/variant_bastet.c index 8665be5..bbdda58 100644 --- a/games/tetris/variant_bastet.c +++ b/games/tetris/variant_bastet.c @@ -6,12 +6,12 @@ /** * @file variant_bastet.c * @brief Implementation of the "Bastard Tetris" module. - * @details Based on the game "Bastet" (version 0.41) by Frederico Poloni. His + * @details Based on the game "Bastet" (version 0.41) by Federico Poloni. His * code isn't used as the Borg's Tetris framework is too different from * that of "Petris" (on which Bastet is based), but the algorithms of * this implementation are closely modeled after his ideas. * @author Christian Kroll - * @see Frederico Poloni's homepage: http://fph.altervista.org/prog/bastet.html + * @see Federico Poloni's homepage: http://fph.altervista.org/prog/bastet.html */ diff --git a/games/tetris/variant_bastet.h b/games/tetris/variant_bastet.h index eceb141..beb7b0d 100644 --- a/games/tetris/variant_bastet.h +++ b/games/tetris/variant_bastet.h @@ -6,12 +6,12 @@ /** * @file variant_bastet.h * @brief Public interface of the "Bastard Tetris" module. - * @details Based on the game "Bastet" (version 0.41) by Frederico Poloni. His + * @details Based on the game "Bastet" (version 0.41) by Federico Poloni. His * code isn't used as the Borg's Tetris framework is too different from * that of "Petris" (on which Bastet is based), but the algorithms of * this implementation are closely modeled after his ideas. * @author Christian Kroll - * @see Frederico Poloni's homepage: http://fph.altervista.org/prog/bastet.html + * @see Federico Poloni's homepage: http://fph.altervista.org/prog/bastet.html */