summaryrefslogtreecommitdiff
path: root/src/libtracker-extract
diff options
context:
space:
mode:
authorAleksander Morgado <aleksander@lanedo.com>2010-05-18 13:57:13 +0200
committerAleksander Morgado <aleksander@lanedo.com>2010-05-18 15:35:56 +0200
commit08539b4500f21233612aa8a44940efb7b75d4160 (patch)
tree94430d1b972f70f43f714ebe651b5c3025a07acd /src/libtracker-extract
parent1929fd510c2761487db55101b5b32b79ef018a8c (diff)
downloadtracker-08539b4500f21233612aa8a44940efb7b75d4160.tar.gz
Avoid the use of GIOChannels
Diffstat (limited to 'src/libtracker-extract')
-rw-r--r--src/libtracker-extract/tracker-utils.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libtracker-extract/tracker-utils.c b/src/libtracker-extract/tracker-utils.c
index 21a2f42ce..7f291b325 100644
--- a/src/libtracker-extract/tracker-utils.c
+++ b/src/libtracker-extract/tracker-utils.c
@@ -360,7 +360,7 @@ tracker_text_normalize (const gchar *text,
/**
* tracker_text_validate_utf8:
* @text: the text to validate
- * @text_len: length of @text, or -1 if NULL-terminated
+ * @text_len: length of @text, or -1 if NUL-terminated
* @str: the string where to place the validated UTF-8 characters, or %NULL if
* not needed.
* @valid_len: Output number of valid UTF-8 bytes found, or %NULL if not needed