From 19b9e3e33164a9fbf13bb5c449c482ea71f7d6f1 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Wed, 8 Sep 2021 14:15:45 +0100 Subject: [PATCH] as-relation: Fix a minor typo in a comment Signed-off-by: Philip Withnall --- src/as-relation.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/as-relation.h b/src/as-relation.h index e68d1146..15c3bd12 100644 --- a/src/as-relation.h +++ b/src/as-relation.h @@ -163,7 +163,7 @@ typedef enum { * @AS_DISPLAY_LENGTH_KIND_LARGE: Large display * @AS_DISPLAY_LENGTH_KIND_XLARGE: Very large display * - * A rought estimate of how large a given display length is. + * A rough estimate of how large a given display length is. **/ typedef enum { AS_DISPLAY_LENGTH_KIND_UNKNOWN,