From: Ian Lance Taylor Date: Mon, 19 Nov 2012 16:28:04 +0000 (+0000) Subject: re PR translation/53764 (Typo in translatable string: "literalto") X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=041af827a036308ca15fc0e11ba4b4b49f847efc;p=gcc.git re PR translation/53764 (Typo in translatable string: "literalto") PR translation/53764 compiler: Fix typo in error message. Reported by Roland Stigge. From-SVN: r193626 --- diff --git a/gcc/go/gofrontend/parse.cc b/gcc/go/gofrontend/parse.cc index ab2bb7cf29d..72059b88a55 100644 --- a/gcc/go/gofrontend/parse.cc +++ b/gcc/go/gofrontend/parse.cc @@ -2941,7 +2941,7 @@ Parse::primary_expr(bool may_be_sink, bool may_be_composite_lit, if (t->named_type() != NULL || t->forward_declaration_type() != NULL) error_at(start_loc, - _("parentheses required around this composite literal" + _("parentheses required around this composite literal " "to avoid parsing ambiguity")); } else if (is_parenthesized)