]> git.donarmstrong.com Git - lilypond.git/blobdiff - lily/parse-scm.cc
release commit
[lilypond.git] / lily / parse-scm.cc
index e65e4455110faf1510620829e6466ebf259ce920..3204dec58a3216116ec4d4cf2648272eeff6383d 100644 (file)
@@ -76,7 +76,7 @@ parse_handler (void * data, SCM tag, SCM args)
 {
   Parse_start* ps = (Parse_start*) data;
 
-  ps->start_location_.error (_("GUILE signaled an error for the expression begining here"));
+  ps->start_location_.error (_("GUILE signaled an error for the expression beginning here"));
 
   if (scm_ilength (args) > 2)
     scm_display_error_message (gh_cadr (args), gh_caddr(args), scm_current_error_port());