Revision: 2850
          http://skim-app.svn.sourceforge.net/skim-app/?rev=2850&view=rev
Author:   hofman
Date:     2007-09-08 07:26:08 -0700 (Sat, 08 Sep 2007)

Log Message:
-----------
fix typo

Modified Paths:
--------------
    trunk/SKFDFParser.m

Modified: trunk/SKFDFParser.m
===================================================================
--- trunk/SKFDFParser.m 2007-09-08 14:25:28 UTC (rev 2849)
+++ trunk/SKFDFParser.m 2007-09-08 14:26:08 UTC (rev 2850)
@@ -86,7 +86,7 @@
         
         if ([key isEqualToString:@"Type"]) {
             if (value = [self value:value ofClass:[NSString class] 
lookup:lookup]) {
-                if ([value isEqualtoString:@"Text"])
+                if ([value isEqualToString:@"Text"])
                     value = @"Note";
                 if ([validTypes containsObject:value])
                     [dictionary setObject:value forKey:@"type"];


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
Skim-app-commit mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/skim-app-commit

Reply via email to