From 115b0255760a56f80244772342c0b2fc96365f97 Mon Sep 17 00:00:00 2001 From: Nami-Doc <vendethiel@hotmail.fr> Date: Wed, 18 Jun 2014 20:04:13 +0200 Subject: [PATCH] Fix typo in `fun_spec.cr` --- spec/compiler/codegen/fun_spec.cr | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spec/compiler/codegen/fun_spec.cr b/spec/compiler/codegen/fun_spec.cr index 1e0ebba8e3..2d9efea5f0 100644 --- a/spec/compiler/codegen/fun_spec.cr +++ b/spec/compiler/codegen/fun_spec.cr @@ -164,7 +164,7 @@ describe "Code gen: fun" do require "prelude" lib C - fun qsort(base : Void*, nel : C::SizeT, width : C::SizeT, callabck : (Void*, Void* -> Int32)) + fun qsort(base : Void*, nel : C::SizeT, width : C::SizeT, callback : (Void*, Void* -> Int32)) end ary = [3, 1, 4, 2] -- GitLab