aboutsummaryrefslogtreecommitdiff
path: root/libi3
diff options
context:
space:
mode:
authorGeorge Rodrigues <georgerodrigues@live.com.au>2022-06-01 04:49:05 -0300
committerGitHub <noreply@github.com>2022-06-01 09:49:05 +0200
commit6ab64aa5b72f22ceee48551a453becbb2a5308e1 (patch)
tree302a0d094445cd5a62f32d167122f8075fc70551 /libi3
parent612a9317b0720ee8c67556bb6b489234d6076643 (diff)
downloadi3-6ab64aa5b72f22ceee48551a453becbb2a5308e1.tar.gz
i3-6ab64aa5b72f22ceee48551a453becbb2a5308e1.zip
Fix typos (#4989)
Diffstat (limited to 'libi3')
-rw-r--r--libi3/font.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/libi3/font.c b/libi3/font.c
index 514328f6..5a11b536 100644
--- a/libi3/font.c
+++ b/libi3/font.c
@@ -160,7 +160,7 @@ i3Font load_font(const char *pattern, const bool fallback) {
font.type = FONT_TYPE_NONE;
font.pattern = NULL;
- /* No XCB connction, return early because we're just validating the
+ /* No XCB connection, return early because we're just validating the
* configuration file. */
if (conn == NULL) {
return font;