From 9a806749ea4b26ec92cc8abdeeea4f951d884fcc Mon Sep 17 00:00:00 2001 From: Dick Hollenbeck Date: Sat, 8 Dec 2012 23:34:12 -0600 Subject: [PATCH] change spelling to jive with my email on developers list --- common/fp_lib_table.cpp | 2 +- pcbnew/pcbnew_config.cpp | 8 ++++---- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/common/fp_lib_table.cpp b/common/fp_lib_table.cpp index 301d0db680..1129146a33 100644 --- a/common/fp_lib_table.cpp +++ b/common/fp_lib_table.cpp @@ -304,7 +304,7 @@ PLUGIN* FP_LIB_TABLE::PluginFind( const wxString& aLibraryNickName ) const wxString FP_LIB_TABLE::ExpandSubtitutions( const wxString aString ) { - // We reserve the right to do this another way, but providing our own member + // We reserve the right to do this another way, by providing our own member // function. return wxExpandEnvVars( aString ); } diff --git a/pcbnew/pcbnew_config.cpp b/pcbnew/pcbnew_config.cpp index 6f7ada1238..bc9fce26fa 100644 --- a/pcbnew/pcbnew_config.cpp +++ b/pcbnew/pcbnew_config.cpp @@ -95,15 +95,15 @@ void PCB_EDIT_FRAME::Process_Config( wxCommandEvent& event ) #if defined(DEBUG) FP_LIB_TABLE_LEXER glex( "(fp_lib_table\n" - " (lib (name passives)(descr \"Demo Lib\")(type KiCad)(uri ${KISFP}/passives.pretty))\n" - " (lib (name micros)(descr \"Small stuff\")(type Legacy)(uri ${KISFP}/passives.mod)(options \"op1=2\"))\n" + " (lib (name passives)(descr \"R/C Lib\")(type KiCad)(uri ${KISYSMODS}/passives.pretty))\n" + " (lib (name micros)(descr \"Small stuff\")(type Legacy)(uri ${KISYSMODS}/passives.mod)(options \"op1=2\"))\n" " (lib (name chips)(descr \"Potatoe chips\")(type Eagle)(uri /opt/eagle-6.2.0/lbr/con-amp-micromatch.lbr))\n" ")", wxT( "gbl" ) ); FP_LIB_TABLE_LEXER plex( "(fp_lib_table\n" - " (lib (name passives)(descr \"Demo Lib\")(type KiCad)(uri ${KIUFP}/passives.pretty))\n" - " (lib (name micros)(descr \"Small stuff\")(type Legacy)(uri ${KIUFP}/micros.mod)(options \"op1=2\"))\n" + " (lib (name passives)(descr \"Demo Lib\")(type KiCad)(uri ${KIUSRMODS}/passives.pretty))\n" + " (lib (name micros)(descr \"Small stuff\")(type Legacy)(uri ${KIUSRMODS}/micros.mod)(options \"op1=2\"))\n" " (lib (name chips)(descr \"Potatoe chips\")(type Eagle)(uri /opt/eagle-6.2.0/lbr/con-amp-micromatch.lbr))\n" ")", wxT( "prj" ) );