From bd52162b10fe873831c660e1cfe23a747052593a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Mon, 5 Nov 2018 13:46:01 +0100 Subject: [PATCH] Fix typo --- apps/shared/global_context.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/shared/global_context.cpp b/apps/shared/global_context.cpp index 6edff68c1..a738bc9b6 100644 --- a/apps/shared/global_context.cpp +++ b/apps/shared/global_context.cpp @@ -46,7 +46,7 @@ Poincare::Expression GlobalContext::ExpressionFromFunctionRecord(Ion::Storage::R return Expression(); } /* An function record value has metadata before the expression. To get the - * expression, use the funciton record handle. */ + * expression, use the function record handle. */ StorageCartesianFunction f = StorageCartesianFunction(record); return f.expressionWithSymbol(); }