summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorFelix Yan <felixonmars@archlinux.org>2017-06-12 00:51:37 +0800
committerPeng Wu <alexepico@gmail.com>2017-06-12 13:23:43 +0800
commit071deb522f26534861c75897db80344f045b1db1 (patch)
tree0a24ef78e40f32c43b8f201835edeb0c4dd319b6 /src
parent4eb4a9d10a8208cbc4a5b23d60d1b2e23f35d288 (diff)
downloadlibpinyin-071deb522f26534861c75897db80344f045b1db1.tar.gz
libpinyin-071deb522f26534861c75897db80344f045b1db1.tar.xz
libpinyin-071deb522f26534861c75897db80344f045b1db1.zip
Fix a typo: omited -> omitted
Diffstat (limited to 'src')
-rw-r--r--src/storage/tag_utility.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/tag_utility.h b/src/storage/tag_utility.h
index 2e726cd..dd37030 100644
--- a/src/storage/tag_utility.h
+++ b/src/storage/tag_utility.h
@@ -143,7 +143,7 @@ bool taglib_validate_token_with_string(FacadePhraseIndex * phrase_index,
/* Note: the following function is only available when the optional tag exists.
bool taglib_report_status(int line_type); */
-/* Note: taglib_write is omited, as printf is more suitable for this. */
+/* Note: taglib_write is omitted, as printf is more suitable for this. */
};