rapid_type_analysis: Fix a spelling mistake
authorJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Thu, 9 Mar 2017 03:23:26 +0000 (22:23 -0500)
committerJean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>
Sun, 21 May 2017 16:23:24 +0000 (12:23 -0400)
Signed-off-by: Jean-Christophe Beaupré <jcbrinfo@users.noreply.github.com>

src/rapid_type_analysis.nit

index 0c08063..a6e4bef 100644 (file)
@@ -62,7 +62,7 @@ class RapidTypeAnalysis
        # live_methods to determine new methoddefs to visit
        var live_types = new HashSet[MClassType]
 
-       # The pool of undesolved live types
+       # The pool of unresolved live types
        # They are globally resolved at the end of the analaysis
        var live_open_types = new HashSet[MClassType]