From eb660b7c130ef144647f2740af4d393b02f68226 Mon Sep 17 00:00:00 2001 From: g_harland Date: Fri, 21 Sep 2007 03:38:25 +0000 Subject: [PATCH] Typo corrections (hotkey in place of hothey; thanks David Bourgeois) --- gerbview/hotkeys.cpp | 2 +- pcbnew/hotkeys.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/gerbview/hotkeys.cpp b/gerbview/hotkeys.cpp index 895769d697..29036a8ae4 100644 --- a/gerbview/hotkeys.cpp +++ b/gerbview/hotkeys.cpp @@ -79,7 +79,7 @@ void WinEDA_GerberFrame::OnHotKey( wxDC* DC, int hotkey, /* Hot keys. Some commands are relatives to the item under the mouse cursor * Commands are case insensitive * @param DC = current device context - * @param hotkey = hothey code (ascii or wxWidget code for special keys) + * @param hotkey = hotkey code (ascii or wxWidget code for special keys) * @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor */ diff --git a/pcbnew/hotkeys.cpp b/pcbnew/hotkeys.cpp index 8c563fc2eb..6a1d80e3ff 100644 --- a/pcbnew/hotkeys.cpp +++ b/pcbnew/hotkeys.cpp @@ -164,7 +164,7 @@ void WinEDA_PcbFrame::OnHotKey( wxDC* DC, int hotkey, /* Hot keys. Some commands are relatives to the item under the mouse cursor * Commands are case insensitive * @param DC = current device context - * @param hotkey = hothey code (ascii or wxWidget code for special keys) + * @param hotkey = hotkey code (ascii or wxWidget code for special keys) * @param DrawStruct = NULL or pointer on a EDA_BaseStruct under the mouse cursor */