From cae0af402bf7b4598e4d819ee1824693ca4ddde8 Mon Sep 17 00:00:00 2001 From: ptahmose Date: Thu, 23 May 2024 23:55:11 +0200 Subject: [PATCH] Update cmdlineoptions_enums.h fix a typ --- 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,