[gbrainy] Fix typo



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]