summaryrefslogtreecommitdiff
path: root/libgphoto2_port/gphoto2/gphoto2-port-log.h
diff options
context:
space:
mode:
Diffstat (limited to 'libgphoto2_port/gphoto2/gphoto2-port-log.h')
-rw-r--r--libgphoto2_port/gphoto2/gphoto2-port-log.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/libgphoto2_port/gphoto2/gphoto2-port-log.h b/libgphoto2_port/gphoto2/gphoto2-port-log.h
index 96c2139f3..3d35d5938 100644
--- a/libgphoto2_port/gphoto2/gphoto2-port-log.h
+++ b/libgphoto2_port/gphoto2/gphoto2-port-log.h
@@ -28,9 +28,9 @@
* Specifies the logging severity level.
*/
typedef enum {
- GP_LOG_ERROR = 0, /**< \brief Log message is an error infomation. */
- GP_LOG_VERBOSE = 1, /**< \brief Log message is an verbose debug infomation. */
- GP_LOG_DEBUG = 2, /**< \brief Log message is an debug infomation. */
+ GP_LOG_ERROR = 0, /**< \brief Log message is an error information. */
+ GP_LOG_VERBOSE = 1, /**< \brief Log message is an verbose debug information. */
+ GP_LOG_DEBUG = 2, /**< \brief Log message is an debug information. */
GP_LOG_DATA = 3 /**< \brief Log message is a data hex dump. */
} GPLogLevel;