re PR translation/53764 (Typo in translatable string: "literalto")
authorIan Lance Taylor <ian@gcc.gnu.org>
Mon, 19 Nov 2012 16:28:04 +0000 (16:28 +0000)
committerIan Lance Taylor <ian@gcc.gnu.org>
Mon, 19 Nov 2012 16:28:04 +0000 (16:28 +0000)
PR translation/53764
compiler: Fix typo in error message.

Reported by Roland Stigge.

From-SVN: r193626

gcc/go/gofrontend/parse.cc

index ab2bb7cf29d036a340450c9a0565aefd61d373e3..72059b88a55631518903f819d1a711e827dad443 100644 (file)
@@ -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)