From 40efaf419f00f8b56d82dddb1f84dbb1a481b4d7 Mon Sep 17 00:00:00 2001 From: dickelbeck Date: Tue, 21 Aug 2007 03:29:33 +0000 Subject: [PATCH] typos --- change_log.txt | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/change_log.txt b/change_log.txt index 2cbfde994d..c41002c79d 100644 --- a/change_log.txt +++ b/change_log.txt @@ -13,10 +13,10 @@ email address. comfortable with this change if m_Flags is not written to disk anywhere, and we need to give that some thought. If m_Flags is a memory only usage and not saved to disk, then this change should be safe. I could not find - any case where m_Flags was being saved do disk, but I could have missed one. + any case where m_Flags was being saved to disk, but I could have missed one. The reason for the change was to consolidate into one place the allowed values - so that as new flags are allowed there is no conflict. - * Moved most all the pcbnew/affiche.cpp functions to member functions of their + so that as new flags are allocated there is no conflict. + * Moved most all the pcbnew/affiche.cpp functions to virtual member functions of their respective classes with the name Display_Infos(). * Moved GetEquipot() global function to BOARD::FindNet(). These changes are working towards a concise locate.cpp module, on the way