Typo: informations -> information
[babeltrace.git] / plugins / ctf / fs-src / file.c
index aa5b8ff68871f58252d2c07f56239cce1ea9ad5b..585faef876d6f6e03ebd1c0de1b283cf396af37d 100644 (file)
@@ -96,7 +96,7 @@ int ctf_fs_file_open(struct ctf_fs_file *file, const char *mode)
        BT_LOGD("Opened file: %p", file->fp);
 
        if (fstat(fileno(file->fp), &stat)) {
-               BT_LOGE("Cannot get file informations: %s", strerror(errno));
+               BT_LOGE("Cannot get file information: %s", strerror(errno));
                goto error;
        }
 
This page took 0.023788 seconds and 4 git commands to generate.