This commit is contained in:
Mario Hüttel 2019-06-22 14:19:45 +02:00
parent 4d2f3b0d70
commit 4ca1f75813
1 changed files with 1 additions and 1 deletions

View File

@ -347,7 +347,7 @@ static int latex_renderer_render_output(GdsOutputRenderer *renderer,
l_renderer->pdf_layers, l_renderer->tex_standalone);
fclose(tex_file);
} else {
g_error("Could not open LaTeX outpur file");
g_error("Could not open LaTeX output file");
}
return ret;