From: Jean-Christophe Beaupré Date: Thu, 9 Mar 2017 03:23:26 +0000 (-0500) Subject: rapid_type_analysis: Fix a spelling mistake X-Git-Url: http://nitlanguage.org rapid_type_analysis: Fix a spelling mistake Signed-off-by: Jean-Christophe Beaupré --- diff --git a/src/rapid_type_analysis.nit b/src/rapid_type_analysis.nit index 0c08063..a6e4bef 100644 --- a/src/rapid_type_analysis.nit +++ b/src/rapid_type_analysis.nit @@ -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]