--- koules-1.4.orig/rcfiles.c
+++ koules-1.4/rcfiles.c
@@ -66,7 +67,7 @@
if ((controls = fopen (fullname, "w")) == NULL)
{
printf ("could not open save file:%s\n"
- "saving of controls skippen\n", fullname);
+ "saving of controls skipped\n", fullname);
perror ("error");
return;
}
@@ -96,7 +97,7 @@
if ((levels = fopen (fullname, "w")) == NULL)
{
printf ("could not open save file:%s\n"
- "saving of controls skippen\n", fullname);
+ "saving of controls skipped\n", fullname);
perror ("error");
return;
}
--- koules-1.4.orig/text.h
+++ koules-1.4/text.h
@@ -270,7 +270,7 @@
{
"The DARK APPLEPOLISHER",
"has heard about you",
- "Your are famous",
+ "You are famous",
"This has one disadvantage",
"B_BALLS are going to",
"kick you out",
@@ -290,7 +290,7 @@
"...",
"do not",
"turn the power off",
- "your are near",
+ "you are near",
"your goal",
"NOW you can finish the game"};
static int BBBALLSIZE = (sizeof (bbballtext) / sizeof (char *));