From 75410037fd0d5ec81ef24c70789b9a684ca86f3f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 20 Jul 2010 10:41:08 +0000 Subject: - correct some spelling errors. - remove FreeCamera struct (wasnt used) - remove world color alpha values (not used anywhre). --- intern/string/intern/STR_String.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'intern/string') diff --git a/intern/string/intern/STR_String.cpp b/intern/string/intern/STR_String.cpp index d468cd4bdbd..3e035fd7905 100644 --- a/intern/string/intern/STR_String.cpp +++ b/intern/string/intern/STR_String.cpp @@ -359,7 +359,7 @@ int STR_String::Find(char c, int pos) const // -// Find the first occurence of in the string +// Find the first occurrence of in the string // int STR_String::Find(const char *str, int pos) const { @@ -373,7 +373,7 @@ int STR_String::Find(const char *str, int pos) const // -// Find the first occurence of in the string +// Find the first occurrence of in the string // int STR_String::Find(rcSTR_String str, int pos) const { @@ -387,7 +387,7 @@ int STR_String::Find(rcSTR_String str, int pos) const // -// Find the last occurence of in the string +// Find the last occurrence of in the string // int STR_String::RFind(char c) const { @@ -399,7 +399,7 @@ int STR_String::RFind(char c) const // -// Find the first occurence of any character in character set in the string +// Find the first occurrence of any character in character set in the string // int STR_String::FindOneOf(const char *set, int pos) const { -- cgit v1.2.3