From: Tim Gates Date: Mon, 28 Dec 2020 00:52:25 +0000 (+1100) Subject: docs: fix simple typo, complier -> compiler X-Git-Url: https://git.gag.com/?a=commitdiff_plain;ds=sidebyside;h=34cc6347b7052eccf798fe8f93c2802deb38bc90;p=debian%2Fpforth docs: fix simple typo, complier -> compiler There is a small typo in csrc/pfcompil.c. Should read `compiler` rather than `complier`. --- diff --git a/csrc/pfcompil.c b/csrc/pfcompil.c index e512857..00c1540 100644 --- a/csrc/pfcompil.c +++ b/csrc/pfcompil.c @@ -722,7 +722,7 @@ void ffLiteral( cell_t Num ) #ifdef PF_SUPPORT_FP void ffFPLiteral( PF_FLOAT fnum ) { - /* Hack for Metrowerks complier which won't compile the + /* Hack for Metrowerks compiler which won't compile the * original expression. */ PF_FLOAT *temp;