From cf083a20c47caba8c2152ff89a9f4aff202ce3e4 Mon Sep 17 00:00:00 2001 From: jean-pierre charras Date: Wed, 14 Jun 2017 08:14:57 +0200 Subject: [PATCH] Fix typo --- pcbnew/tools/position_relative_tool.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pcbnew/tools/position_relative_tool.cpp b/pcbnew/tools/position_relative_tool.cpp index 624398bd70..e34a07fce6 100644 --- a/pcbnew/tools/position_relative_tool.cpp +++ b/pcbnew/tools/position_relative_tool.cpp @@ -152,7 +152,7 @@ int POSITION_RELATIVE_TOOL::RelativeItemSelectionMove( wxPoint anchorPosition, static_cast( item )->Move( translation ); } - m_commit->Push( _( "Positon Relative" ) ); + m_commit->Push( _( "Position Relative" ) ); if( m_position_relative_selection.IsHover() ) m_toolMgr->RunAction( PCB_ACTIONS::selectionClear, true );