Simon Krajewski 9 年之前
父節點
當前提交
7d0b42028f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      optimizer.ml

+ 1 - 1
optimizer.ml

@@ -531,7 +531,7 @@ let rec type_inline ctx cf f ethis params tret config p ?(self_calling_closure=f
 				| Some e -> map term e
 				| None -> error "Could not inline super constructor call" po
 				end
-			| _ -> error "Cannot inline function containint super" po
+			| _ -> error "Cannot inline function containing super" po
 			end
 		| TConst TSuper ->
 			error "Cannot inline function containing super" po