From 516e194124a80a64a300ac4dae892617be11b04e Mon Sep 17 00:00:00 2001 From: pgummer Date: Tue, 2 Feb 2010 05:20:06 +0000 Subject: [PATCH] Fix typos Author:Peter Gummer Date:2010-02-02T05:20:06.000000Z git-svn-id: https://svn.eiffel.com/eiffel-org/trunk@429 abb3cda0-5349-4a8f-a601-0c33ac3a8c38 --- .../gui-building/eiffelbuild/eiffelbuild-version-history.wiki | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki index 2af27bf5..25a67695 100644 --- a/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki +++ b/documentation/current/solutions/gui-building/eiffelbuild/eiffelbuild-version-history.wiki @@ -2,9 +2,9 @@ [[Property:weight|2]] [[Property:uuid|8cc0540e-8ee7-c005-0534-a2ed62f41c96]] ==6.5 Release== -* Fixed bug#15947 to make the generated code compiles in void-safe mode. +* Fixed bug#15947 to make the generated code compile in void-safe mode. * Fixed bug#13296 when retrieving a project using an EV_SPIN_BUTTON element. -* Fixed bug#12880 by improving speed of key navigation wich was slow down by attempting to refresh the object editor each time a new widget was highlighted. Now it is only done when the highlight doesn't change for a while. +* Fixed bug#12880 by improving speed of key navigation which was slowed down by attempting to refresh the object editor each time a new widget was highlighted. Now it is only done when the highlight doesn't change for a while. ==6.4 Release== No changes.