summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMichael Drake <michael.drake@codethink.co.uk>2019-05-04 14:04:25 +0100
committerMichael Drake <michael.drake@codethink.co.uk>2019-05-04 14:04:25 +0100
commitd6126aa77eb442f446d28b6dfb15a884f209a341 (patch)
treebea10832815dc656c9712b3e9ff610a25a062689 /src
parent171cb33082983c145ac9818b94e38f486c5f407b (diff)
downloadlibcss-d6126aa77eb442f446d28b6dfb15a884f209a341.tar.gz
libcss-d6126aa77eb442f446d28b6dfb15a884f209a341.tar.bz2
Media queries: Fix documentation typo.
Signed-off-by: Michael Drake <michael.drake@codethink.co.uk>
Diffstat (limited to 'src')
-rw-r--r--src/select/mq.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/select/mq.h b/src/select/mq.h
index a84822d..4fe67b0 100644
--- a/src/select/mq.h
+++ b/src/select/mq.h
@@ -25,7 +25,7 @@ static inline bool mq_match_condition(css_mq_cond *cond)
/**
* Test whether media query list matches current media.
*
- * If anything in the list matches, it the list matches. If none match
+ * If anything in the list matches, the list matches. If none match
* it doesn't match.
*
* \param m Media query list.