From a7d3df39c38d87b08c42ce6e444a2820c37bcc30 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?L=C3=A9a=20Saviot?= Date: Tue, 30 Jul 2019 16:37:37 +0200 Subject: [PATCH] Typo --- apps/calculation/edit_expression_controller.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/calculation/edit_expression_controller.cpp b/apps/calculation/edit_expression_controller.cpp index cb6ebdebf..7b9555954 100644 --- a/apps/calculation/edit_expression_controller.cpp +++ b/apps/calculation/edit_expression_controller.cpp @@ -118,7 +118,7 @@ void EditExpressionController::reloadView() { bool EditExpressionController::inputViewDidReceiveEvent(Ion::Events::Event event, bool shouldDuplicateLastCalculation) { if (shouldDuplicateLastCalculation && m_cacheBuffer[0] != 0) { - /* The input text store in m_cacheBuffer might have beed correct the first + /* The input text store in m_cacheBuffer might have been correct the first * time but then be too long when replacing ans in another context */ Shared::TextFieldDelegateApp * myApp = textFieldDelegateApp(); if (!myApp->isAcceptableText(m_cacheBuffer)) {