[gbrainy] Fix typo
- From: Jordi Mas <jmas src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gbrainy] Fix typo
- Date: Wed, 9 Sep 2009 19:40:18 +0000 (UTC)
commit 8ae67b0fe3898c81327ca6575fcb29319b6abf36
Author: Jordi Mas <jmas softcatala org>
Date: Wed Sep 9 21:34:23 2009 +0200
Fix typo
src/VerbalAnalogies/Analogy.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/VerbalAnalogies/Analogy.cs b/src/VerbalAnalogies/Analogy.cs
index b8edea8..7629e17 100644
--- a/src/VerbalAnalogies/Analogy.cs
+++ b/src/VerbalAnalogies/Analogy.cs
@@ -46,7 +46,7 @@ public class Analogy
public bool MultipleAnswers {
get {
- string [] items = answers[right].Split (Analogies Factory.Separator);
+ string [] items = answers[right].Split (AnalogiesFactory.Separator);
return items.Length > 1;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]