From 7cf14a865954a7208f76421a396ea33c3cc87ab9 Mon Sep 17 00:00:00 2001
From: k-m_schindler <k-m_schindler@b956fd51-792f-4845-bead-9b4dfca2ff2c>
Date: Sat, 25 Apr 2009 18:18:53 +0000
Subject: correcting typos from cosmetics

git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1699 b956fd51-792f-4845-bead-9b4dfca2ff2c
---
 src/base/USongs.pas            | 8 ++++----
 src/screens/UScreenCredits.pas | 4 ++--
 2 files changed, 6 insertions(+), 6 deletions(-)

diff --git a/src/base/USongs.pas b/src/base/USongs.pas
index 9d44a086..a7231cb3 100644
--- a/src/base/USongs.pas
+++ b/src/base/USongs.pas
@@ -73,9 +73,9 @@ type
   end;
 
   TScore = record
-    Name:      widestring;
-    Score:     integer;
-    Length:    string;
+    Name:   widestring;
+    Score:  integer;
+    Length: string;
   end;
 
   {$IFDEF USE_PSEUDO_THREAD}
@@ -107,7 +107,7 @@ type
     procedure BrowseXMLFiles(Dir: widestring);
     procedure Sort(Order: integer);
     function  FindSongFile(Dir, Mask: widestring): widestring;
-    property  Processing  boolean read fProcessing;
+    property  Processing: boolean read fProcessing;
   end;
 
 
diff --git a/src/screens/UScreenCredits.pas b/src/screens/UScreenCredits.pas
index 1d0e5466..def6b7de 100644
--- a/src/screens/UScreenCredits.pas
+++ b/src/screens/UScreenCredits.pas
@@ -108,8 +108,8 @@ type
 
 const
   Funky_Text: string =
-    'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you're hearing, '+
-    'all the people who put massive effort and work in new songs (don't forget UltraStar w/o songs would be nothing), ppl from '+
+    'Grandma Deluxe has arrived! Thanks to Corvus5 for the massive work on UltraStar, Wome for the nice tune you are hearing, '+
+    'all the people who put massive effort and work in new songs (do not forget UltraStar w/o songs would be nothing), ppl from '+
     'irc helping us - eBandit and Gabari, scene ppl who really helped instead of compiling and running away. Greetings to DennisTheMenace for betatesting, '+
     'Demoscene.tv, pouet.net, KakiArts, Sourceforge,..';
 
-- 
cgit v1.2.3