summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoruser202729 <25191436+user202729@users.noreply.github.com>2021-08-18 16:24:34 +0900
committerfujiwarat <takao.fujiwara1@gmail.com>2021-08-18 16:24:34 +0900
commitbc265fb6c3792573db142c72cfcb36227c384d82 (patch)
tree611be57de4ab0c63120260c32d3fe46d8afd0ddf
parente465011b48cbaca4f18a65cf7b23a1035cf6b105 (diff)
downloadibus-bc265fb6c3792573db142c72cfcb36227c384d82.tar.gz
src: Fix a typo in ibusenginesimple.h
BUG=https://github.com/ibus/ibus/pull/2332
-rw-r--r--src/ibusenginesimple.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ibusenginesimple.h b/src/ibusenginesimple.h
index bd385e5b..3c490f08 100644
--- a/src/ibusenginesimple.h
+++ b/src/ibusenginesimple.h
@@ -121,7 +121,7 @@ GType ibus_engine_simple_get_type (void);
* @simple: An IBusEngineSimple.
* @data: (element-type guint16) (array): The table which must be available
* during the whole life of the simple engine.
- * @max_seq_len: Maximum length of a swquence in the table (cannot be greater
+ * @max_seq_len: Maximum length of a sequence in the table (cannot be greater
* than %IBUS_MAX_COMPOSE_LEN)
* @n_seqs: number of sequences in the table
*