From e6f15c9c36d42fae70c43d700447f89ba804b73e Mon Sep 17 00:00:00 2001 From: Aline Bessa Date: Fri, 12 Aug 2011 21:07:53 -0300 Subject: [PATCH] s/note/Note/g --- atspi/atspi-constants.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h index 6aeca63..2062e84 100644 --- a/atspi/atspi-constants.h +++ b/atspi/atspi-constants.h @@ -628,7 +628,7 @@ typedef enum { * @ATSPI_KEY_PRESSRELEASE: Emulates the pressing and immediate releasing * ofa hardware keyboard key. * @ATSPI_KEY_SYM: A symbolic key event is generated, without specifying a - * hardware key. @note if the keysym is not present in the current keyboard + * hardware key. Note: if the keysym is not present in the current keyboard * map, the #AtspiDeviceEventController instance has a limited ability to * generate such keysyms on-the-fly. Reliability of GenerateKeyboardEvent * calls using out-of-keymap keysyms will vary from system to system, and on @@ -919,7 +919,7 @@ typedef enum { * (c.f. @ATSPI_ROLE_PROGRESS_BAR) * @ATSPI_ROLE_TABLE: An object used to repesent information in terms of rows * and columns. - * @ATSPI_ROLE_TABLE_CELL: A 'cell' or discrete child within a Table. NOTE: + * @ATSPI_ROLE_TABLE_CELL: A 'cell' or discrete child within a Table. Note: * Table cells need not have @ATSPI_ROLE_TABLE_CELL, other * #AtspiRoleType values are valid as well. * @ATSPI_ROLE_TABLE_COLUMN_HEADER: An object which labels a particular column -- 2.7.4