Fix occurrences of "edition" which should be "editing"

Fixes: lp:1778168
* https://bugs.launchpad.net/kicad/+bug/1778168

(cherry picked from commit bcb1220)
This commit is contained in:
Jeff Young
2018-07-17 15:12:39 +01:00
parent d5e88f574f
commit 49ea6e1670
41 changed files with 81 additions and 96 deletions
+1 -1
View File
@@ -125,7 +125,7 @@ private:
// called when texts controls which handle the image resolution
// lose the focus, to ensure the right values are displayed
// because the m_imageDPI are clipped to acceptable values, and
// the text displayed could be differ during text edition
// the text displayed could be differ during text editing
// We are using ChangeValue here to avoid generating a wxEVT_TEXT event.
void UpdateDPITextValueX( wxMouseEvent& event )
{