From: Rico Tzschichholz Date: Thu, 11 Nov 2021 14:51:31 +0000 (+0100) Subject: genie: "exception" is the expected string for TokenType.ERRORDOMAIN X-Git-Tag: 0.52.8~28 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e6483b68cded4f7c19121a94978ffc03105b136d;p=thirdparty%2Fvala.git genie: "exception" is the expected string for TokenType.ERRORDOMAIN --- diff --git a/vala/valagenietokentype.vala b/vala/valagenietokentype.vala index 55dbcc919..2a112b018 100644 --- a/vala/valagenietokentype.vala +++ b/vala/valagenietokentype.vala @@ -220,7 +220,7 @@ public enum Vala.Genie.TokenType { case ELSE: return "`else'"; case ENUM: return "`enum'"; case ENSURES: return "`ensures'"; - case ERRORDOMAIN: return "`errordomain'"; + case ERRORDOMAIN: return "`exception'"; case EOF: return "end of file"; case EOL: return "end of line"; case EVENT: return "event";