kthakore / frozen-bubble

Making frozen bubble cross platform
http://frozen-bubble.org
GNU General Public License v2.0
149 stars 33 forks source link

Spelling error in manpage #55

Closed carnil closed 12 years ago

carnil commented 12 years ago

Hi

In Debian we are applying a patch to fix two occurences of 'allowsto' to change it to 'allows one to' :

--- a/lib/Games/FrozenBubble.pm
+++ b/lib/Games/FrozenBubble.pm
@@ -218,8 +218,8 @@
 version 2.1.0, you can see who's attacking you at any time by looking
 at at pinguins left to your igloo (L<http://www.frozen-bubble.org/data/fb2.1-attackmaterialized.png>).

-The keys F11 and F12 are also useful (version 2.1.0 minimum): F11 allows to
-toggle the music, and F12 allows to toggle the sound (music plus sound effects).
+The keys F11 and F12 are also useful (version 2.1.0 minimum): F11 allows one to
+toggle the music, and F12 allows one to toggle the sound (music plus sound effects).
 Additionally, keypad's minus and plus keys allow to alter sound volume.

 =head2 It is a shame, I cannot toggle sound in the game!

Could you apply this in your next release?

Regards, Salvatore

FROGGS commented 12 years ago

Patch applied. In next release we will split the module (one for the code, one for the gfx and sounds).