aboutsummaryrefslogtreecommitdiff
path: root/include
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 /include
parent612a9317b0720ee8c67556bb6b489234d6076643 (diff)
downloadi3-6ab64aa5b72f22ceee48551a453becbb2a5308e1.tar.gz
i3-6ab64aa5b72f22ceee48551a453becbb2a5308e1.zip
Fix typos (#4989)
Diffstat (limited to 'include')
-rw-r--r--include/commands_parser.h2
-rw-r--r--include/config_parser.h2
-rw-r--r--include/workspace.h2
3 files changed, 3 insertions, 3 deletions
diff --git a/include/commands_parser.h b/include/commands_parser.h
index 31333af7..7e1c5203 100644
--- a/include/commands_parser.h
+++ b/include/commands_parser.h
@@ -14,7 +14,7 @@
#include <yajl/yajl_gen.h>
/**
- * Holds an intermediate represenation of the result of a call to any command.
+ * Holds an intermediate representation of the result of a call to any command.
* When calling parse_command("floating enable, border none"), the parser will
* internally use this struct when calling cmd_floating and cmd_border.
*/
diff --git a/include/config_parser.h b/include/config_parser.h
index 7b28c170..82c57090 100644
--- a/include/config_parser.h
+++ b/include/config_parser.h
@@ -61,7 +61,7 @@ struct parser_ctx {
};
/**
- * An intermediate reprsentation of the result of a parse_config call.
+ * An intermediate representation of the result of a parse_config call.
* Currently unused, but the JSON output will be useful in the future when we
* implement a config parsing IPC command.
*
diff --git a/include/workspace.h b/include/workspace.h
index 2193ed0b..fe6d9f88 100644
--- a/include/workspace.h
+++ b/include/workspace.h
@@ -92,7 +92,7 @@ Con *create_workspace_on_output(Output *output, Con *content);
/**
* Returns true if the workspace is currently visible. Especially important for
- * multi-monitor environments, as they can have multiple currenlty active
+ * multi-monitor environments, as they can have multiple currently active
* workspaces.
*
*/