From 071deb522f26534861c75897db80344f045b1db1 Mon Sep 17 00:00:00 2001 From: Felix Yan Date: Mon, 12 Jun 2017 00:51:37 +0800 Subject: Fix a typo: omited -> omitted --- src/storage/tag_utility.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */ }; -- cgit