From 72148b3093a27671ad9b91b12456c01c78cef45f Mon Sep 17 00:00:00 2001 From: ptahmose Date: Thu, 23 May 2024 23:56:02 +0200 Subject: [PATCH] Update cmdlineoptions_enums.h (#4) fix a typo --- libwarpaffine/cmdlineoptions_enums.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libwarpaffine/cmdlineoptions_enums.h b/libwarpaffine/cmdlineoptions_enums.h index 1c8dc6f..4e47b60 100644 --- a/libwarpaffine/cmdlineoptions_enums.h +++ b/libwarpaffine/cmdlineoptions_enums.h @@ -57,7 +57,7 @@ enum class TaskArenaImplementation /// Values that represent different levels of "print-out verbosity", i.e. how much /// output (to stdout) is generated by the application. /// The enums need to be ordered from "lowest level of verbosity" to "highest level of -/// verbosity", since there numerical values are being compared. +/// verbosity", since their numerical values are being compared. enum class MessagesPrintVerbosity { kMinimal = 0,