diff options
author | Mattias Andrée <maandree@operamail.com> | 2014-12-07 00:57:38 +0100 |
---|---|---|
committer | Mattias Andrée <maandree@operamail.com> | 2014-12-07 00:57:38 +0100 |
commit | faee0a34b1ed1c8e7c63dd71c7851c2a071816d1 (patch) | |
tree | 76b9d6b827d6dc0a691b651b33c46b103e7659ac | |
parent | mds-kbdc: derp (diff) | |
download | mds-faee0a34b1ed1c8e7c63dd71c7851c2a071816d1.tar.gz mds-faee0a34b1ed1c8e7c63dd71c7851c2a071816d1.tar.bz2 mds-faee0a34b1ed1c8e7c63dd71c7851c2a071816d1.tar.xz |
mds-kbdc: typo
Signed-off-by: Mattias Andrée <maandree@operamail.com>
-rw-r--r-- | src/mds-kbdc/compile-layout.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/mds-kbdc/compile-layout.c b/src/mds-kbdc/compile-layout.c index 2993528..800a46b 100644 --- a/src/mds-kbdc/compile-layout.c +++ b/src/mds-kbdc/compile-layout.c @@ -358,7 +358,7 @@ static int call_function(mds_kbdc_tree_t* restrict tree, const char* restrict na * @param raw The escape to parse * @param lineoff The offset on the line where the escape beings * @param escape Will be set to zero if the escape ended, - * till be set to anything but zero otherwise + * will be set to anything but zero otherwise * @param end Output parameter for the end of the escape * @return The text the escape represents, `NULL` on error */ @@ -513,7 +513,7 @@ static int check_function_calls_in_literal(const mds_kbdc_tree_t* restrict tree, * @param raw The escape to parse * @param lineoff The offset on the line where the escape beings * @param escape Will be set to zero if the escape ended, - * till be set to anything but zero otherwise + * will be set to anything but zero otherwise * @param end Output parameter for the end of the escape * @return The text the escape represents, `NULL` on error */ |