From ce3406b20f8bd5a028ab70fbd0793d13634a24bc Mon Sep 17 00:00:00 2001 From: Bastien Nocera Date: Mon, 13 Jan 2020 12:50:11 +0100 Subject: [PATCH] main: Fix typos in comments --- src/fprintd.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/fprintd.h b/src/fprintd.h index e2d2487..03620d3 100644 --- a/src/fprintd.h +++ b/src/fprintd.h @@ -39,7 +39,7 @@ GType fprint_error_get_type(void); typedef enum { FPRINT_ERROR_CLAIM_DEVICE, /* developer didn't claim the device */ FPRINT_ERROR_ALREADY_IN_USE, /* device is already claimed by somebody else */ - FPRINT_ERROR_INTERNAL, /* internal error occured */ + FPRINT_ERROR_INTERNAL, /* internal error occurred */ FPRINT_ERROR_PERMISSION_DENIED, /* PolicyKit refused the action */ FPRINT_ERROR_NO_ENROLLED_PRINTS, /* No prints are enrolled */ FPRINT_ERROR_NO_ACTION_IN_PROGRESS, /* No actions currently in progress */ @@ -94,7 +94,7 @@ guint32 _fprint_device_get_id(FprintDevice *rdev); /* Print */ /* TODO */ -/* Binding data included in main.c thorugh server-bindings.h which individual +/* Binding data included in main.c through server-bindings.h which individual * class implementations need to access. */ extern const DBusGObjectInfo dbus_glib_fprint_manager_object_info;