diff options
author | tmk <nobody@nowhere> | 2013-06-22 17:32:53 +0900 |
---|---|---|
committer | tmk <nobody@nowhere> | 2013-06-22 17:32:53 +0900 |
commit | 82aec4672213171b706f62862044b68d255bc4e9 (patch) | |
tree | e3e40cabdd7403330a80eec62591b00133936f72 /common/action_code.h | |
parent | 43e5ca60af373cd0612a0ff51dccd7d784c4a6dd (diff) |
Fix typo
Diffstat (limited to 'common/action_code.h')
-rw-r--r-- | common/action_code.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/action_code.h b/common/action_code.h index d28b74f843..2272091cc4 100644 --- a/common/action_code.h +++ b/common/action_code.h @@ -86,7 +86,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>. * 1100|1111| id(8) Macro record? * * ACT_BACKLIGHT(1101): - * 1110|xxxx| id(8) Backlight commands + * 1101|xxxx| id(8) Backlight commands * * ACT_COMMAND(1110): * 1110|opt | id(8) Built-in Command exec |