From be40e9c783363b45a14ba70a18157385814e8b3e Mon Sep 17 00:00:00 2001 From: John Bampton Date: Sat, 13 Feb 2021 17:21:17 +1000 Subject: chore: fix spelling Normally a single spell checker can't find all the mistakes or check all types of code. These mistakes were found by another spell checker inside my editor with a more manual sift / find. --- mrbgems/mruby-cmath/src/cmath.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mrbgems/mruby-cmath/src') diff --git a/mrbgems/mruby-cmath/src/cmath.c b/mrbgems/mruby-cmath/src/cmath.c index 8e94d1563..03b181840 100644 --- a/mrbgems/mruby-cmath/src/cmath.c +++ b/mrbgems/mruby-cmath/src/cmath.c @@ -6,7 +6,7 @@ /* ** This `mruby-cmath` gem uses C99 _Complex features -** You need C compler that support C99+ +** You need C compiler that support C99+ */ #include -- cgit v1.2.3