Skip to content

Commit 951ec5a

Browse files
kingysuwengxt
authored andcommitted
Fix some typos
1 parent 5254f54 commit 951ec5a

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/frontend/dbusfrontend/dbusfrontend.cpp

+2-2
Original file line numberDiff line numberDiff line change
@@ -397,10 +397,10 @@ class DBusInputContext1 : public InputContext,
397397
"a(si)i");
398398
FCITX_OBJECT_VTABLE_SIGNAL(deleteSurroundingTextDBus,
399399
"DeleteSurroundingText", "iu");
400-
// This is contains:
400+
// This contains:
401401
// - a(si)i preedit
402402
// - a(si) aux up
403-
// - a(si) aux aux
403+
// - a(si) aux down
404404
// - a(ss) candidate label + text
405405
// - i candidate index
406406
// - i candidate layout

src/lib/fcitx-utils/dbus/matchrule.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class MatchRulePrivate;
2424
class Message;
2525

2626
/**
27-
* A dbus matching rull to be used with add match.
27+
* A dbus matching rule to be used with add match.
2828
*
2929
* Usually it is used to monitor certain signals on the bus.
3030
*

0 commit comments

Comments
 (0)