From 0e151687e3aceeabba8683f73eb81b4247d62cee Mon Sep 17 00:00:00 2001 From: Maciej Suminski Date: Fri, 13 Apr 2018 14:23:39 +0200 Subject: [PATCH] Fixed a typo --- eeschema/dialogs/dialog_edit_component_in_lib.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eeschema/dialogs/dialog_edit_component_in_lib.cpp b/eeschema/dialogs/dialog_edit_component_in_lib.cpp index ee78eac1a7..7392da993c 100644 --- a/eeschema/dialogs/dialog_edit_component_in_lib.cpp +++ b/eeschema/dialogs/dialog_edit_component_in_lib.cpp @@ -538,7 +538,7 @@ void DIALOG_EDIT_COMPONENT_IN_LIBRARY::AddFootprintFilter( wxCommandEvent& event { wxString msg; - msg.Printf( _( "Foot print filter \"%s\" is already defined." ), GetChars( Line ) ); + msg.Printf( _( "Footprint filter \"%s\" is already defined." ), GetChars( Line ) ); DisplayError( this, msg ); return; }