[glib] gfileinfo: Fix an incorrect unit in the documentation



commit 740007c11ea41f096c37bfc072f40b304b831da0
Author: Philip Withnall <withnall endlessm com>
Date:   Tue Jan 24 12:51:35 2017 +0000

    gfileinfo: Fix an incorrect unit in the documentation
    
    G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC is in microseconds, not
    milliseconds.

 gio/gfileinfo.h |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/gio/gfileinfo.h b/gio/gfileinfo.h
index c4bafb0..0ca1a64 100644
--- a/gio/gfileinfo.h
+++ b/gio/gfileinfo.h
@@ -481,7 +481,7 @@ typedef struct _GFileInfoClass   GFileInfoClass;
 /**
  * G_FILE_ATTRIBUTE_TIME_MODIFIED_USEC:
  *
- * A key in the "time" namespace for getting the miliseconds of the time
+ * A key in the "time" namespace for getting the microseconds of the time
  * the file was last modified. This should be used in conjunction with
  * #G_FILE_ATTRIBUTE_TIME_MODIFIED. Corresponding #GFileAttributeType is
  * %G_FILE_ATTRIBUTE_TYPE_UINT32.


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]