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 */