[gnumeric] Typo.
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnumeric] Typo.
- Date: Wed, 1 Jul 2020 23:53:54 +0000 (UTC)
commit 9f75491d04ad93aa782ed9c5dbbd1d79c9984d33
Author: Morten Welinder <terra gnome org>
Date: Wed Jul 1 19:53:17 2020 -0400
Typo.
src/main-application.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/main-application.c b/src/main-application.c
index aa3a2cac8..ae8beaccd 100644
--- a/src/main-application.c
+++ b/src/main-application.c
@@ -172,7 +172,7 @@ cpu_sanity_check (void)
_FPU_GETCW (state);
if ((state & mask) != _FPU_EXTENDED) {
- // Evidently currentlly happinging when Windows runs Linux
+ // Evidently currently happinging when Windows runs Linux
// binaries. See bug 794515.
g_warning ("Sanity check failed! The cpu is not in \"extended\" mode as it should be.
Attempting to fix, but expect trouble.");
state = (state & ~mask) | _FPU_EXTENDED;
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]