aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMattias Andrée <maandree@kth.se>2021-04-02 23:02:59 +0200
committerMattias Andrée <maandree@kth.se>2021-04-02 23:03:14 +0200
commite66248ab0d709469dc4dc997860aecb042102dc1 (patch)
tree235f5a7d465187965fc6fd16a91f83c189314c20
parentFix parsing and memory leaks (diff)
downloadlibcontacts-e66248ab0d709469dc4dc997860aecb042102dc1.tar.gz
libcontacts-e66248ab0d709469dc4dc997860aecb042102dc1.tar.bz2
libcontacts-e66248ab0d709469dc4dc997860aecb042102dc1.tar.xz
m
Signed-off-by: Mattias Andrée <maandree@kth.se>
-rw-r--r--libcontacts.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libcontacts.h b/libcontacts.h
index bae5fc6..77d07fe 100644
--- a/libcontacts.h
+++ b/libcontacts.h
@@ -34,9 +34,9 @@ struct libcontacts_block {
* The service the block is applied to,
* must be begin with a dot, except if
* it is:
- * - ".call" Telephone calls
- * - ".sms" SMS, MMS, and similar
- * - ".global" Block everywhere (least priorities)
+ * - ".call" Telephone calls
+ * - ".sms" SMS, MMS, and similar
+ * - ".global" Block everywhere (least prioritised)
*/
char *service;
int explicit; /* Whether to make an explicit block if possible */