diff --git a/shared.c b/shared.c
index cc22870..60bb496 100644
--- a/shared.c
+++ b/shared.c
@@ -3001,7 +3001,7 @@ void dumpinfo(void) {
}
}
// perm powerup
- printf("
Permenant Powerups |
\n");
+ printf("Permenant Powerups |
\n");
for (i = 0; i < MAXPTYPES; i++) {
if (isfruit(i) == FT_PERM) {
printf(" %s | %s |
\n",
@@ -3014,7 +3014,7 @@ void dumpinfo(void) {
// temp powerup
- printf("Temporary Powerups |
\n");
+ printf("Temporary Powerups |
\n");
for (i = 0; i < MAXPTYPES; i++) {
if (isfruit(i) == FT_TEMP) {
printf(" %s | %s |
\n",
@@ -3022,7 +3022,7 @@ void dumpinfo(void) {
}
}
// super powerup
- printf("Super Powerups |
\n");
+ printf("Super Powerups |
\n");
for (i = 0; i < MAXPTYPES; i++) {
if (isfruit(i) == FT_SUPER) {
printf(" %s | %s |
\n",
diff --git a/website/info.html b/website/info.html
index b10334e..d6f766f 100644
--- a/website/info.html
+++ b/website/info.html
@@ -12,7 +12,7 @@
Yellow Gem | Worth 50 points. |
Purple Gem | Worth 100 points. |
Diamond | Worth 3000 points. |
-Permenant Powerups |
+Permenant Powerups |
Speed Up | Makes you walk faster. |
More Nets | Increases the number of monsters you can catch simultaneously. |
Big Net | Makes your nets reach further. |
@@ -25,7 +25,7 @@
Scuba Mask | Allows you to move fast underwater. |
Winged Boots | These magical boots cause you to grow wings, allowing to you jump again while in mid-air! |
Card | Keep a look out for these useful items. Collect a full poker hand for a secret bonus! |
-Temporary Powerups |
+Temporary Powerups |
Boxing Glove | Your net will punch monsters, killing them instantly. |
Flowers-to-diamonds | Transforms all flowers on the level into diamonds. |
Flowers-to-gems | Transforms all flowers on the level into gems, and turns itself into an extra-long stream of gems. |
@@ -48,7 +48,7 @@
Skull | Avoid these at all costs! The skull will cause you to lose all net powerups. |
Gunner | Temporarily equips you with a super powerful machine gun! |
Bug Zapper | Zaps nearby enemies with miniature bolts of lightning |
-Super Powerups |
+Super Powerups |
Big Speed Up | Makes you walk faster, permenantly! |
Big More Nets | Permenantly gives you two nets, even after death |