summaryrefslogtreecommitdiff
path: root/atspi/atspi-constants.h
diff options
context:
space:
mode:
authorAline Bessa <alibezz@gmail.com>2011-08-12 21:07:53 -0300
committerMike Gorse <mgorse@novell.com>2011-08-23 21:36:43 -0500
commite6f15c9c36d42fae70c43d700447f89ba804b73e (patch)
tree83b23df866163d276dc2c38cd3b18ac6df0c14c3 /atspi/atspi-constants.h
parent6c48cb3a41b12232aecddd2116262271958ff227 (diff)
downloadat-spi2-core-e6f15c9c36d42fae70c43d700447f89ba804b73e.tar.gz
s/note/Note/g
Diffstat (limited to 'atspi/atspi-constants.h')
-rw-r--r--atspi/atspi-constants.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/atspi/atspi-constants.h b/atspi/atspi-constants.h
index 6aeca635..2062e84b 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