From 2deedc482d16a96bcc89dbe06d26215d26ed9644 Mon Sep 17 00:00:00 2001 From: k-m_schindler Date: Fri, 15 Aug 2008 19:21:58 +0000 Subject: Typo in comment corrected git-svn-id: svn://svn.code.sf.net/p/ultrastardx/svn/trunk@1268 b956fd51-792f-4845-bead-9b4dfca2ff2c --- Game/Code/Classes/UPlatform.pas | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Game') diff --git a/Game/Code/Classes/UPlatform.pas b/Game/Code/Classes/UPlatform.pas index f75e5858..5d197937 100644 --- a/Game/Code/Classes/UPlatform.pas +++ b/Game/Code/Classes/UPlatform.pas @@ -3,7 +3,7 @@ unit UPlatform; // Comment by Eddie: // This unit defines an interface for platform specific utility functions. // The Interface is implemented in separate files for each platform: -// UPlatformWindows, UPlatformLinux and UPlatformWindows. +// UPlatformWindows, UPlatformLinux and UPlatformMacOSX. interface -- cgit v1.2.3