]> git.ipfire.org Git - thirdparty/vala.git/commitdiff
genie: "exception" is the expected string for TokenType.ERRORDOMAIN
authorRico Tzschichholz <ricotz@ubuntu.com>
Thu, 11 Nov 2021 14:51:31 +0000 (15:51 +0100)
committerRico Tzschichholz <ricotz@ubuntu.com>
Sun, 14 Nov 2021 11:41:20 +0000 (12:41 +0100)
vala/valagenietokentype.vala

index 55dbcc919988108d946b9c1a304eb8879e70b146..2a112b0188b41cb4db589a53543728c7ee673aee 100644 (file)
@@ -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";