From 906225f47f42300f7ffce3ec2bea67b41a35833e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mario=20H=C3=BCttel?= Date: Thu, 30 May 2019 14:55:37 +0200 Subject: [PATCH] Fix Typos --- cairo-renderer/cairo-output.c | 2 +- doxygen/versioning.dox | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/cairo-renderer/cairo-output.c b/cairo-renderer/cairo-output.c index 5ee1897..6a8a89d 100644 --- a/cairo-renderer/cairo-output.c +++ b/cairo-renderer/cairo-output.c @@ -208,7 +208,7 @@ void cairo_render_cell_to_vector_file(struct gds_cell *cell, GList *layer_infos, if (process_id < 0) { /* Well... shit... We have to run it in our process. */ } else if (process_id > 0) { - /* Woohoo... Successfully dumped the shitty code to a unknowing victim */ + /* Woohoo... Successfully dumped the shitty code to an unknowing victim */ goto ret_parent; } diff --git a/doxygen/versioning.dox b/doxygen/versioning.dox index dc41ff7..0a69308 100644 --- a/doxygen/versioning.dox +++ b/doxygen/versioning.dox @@ -31,6 +31,6 @@ In tabular form: *v1.0-rc4-41-gaa41373-dirty* | 1.0-rc4 | 41 | aa41373 | yes | -This git-based version number is automatically put into the application and this doxumentation during the application's compilation / the documentation's generation. For this *git* is needed. Therefore, it is highly recommended to have 'git' installed for compilation although it is no build dependency. In case of a missing git installation, the string "! version not set !" is compiled into the application. +This git-based version number is automatically put into the application and this documentation during the application's compilation / the documentation's generation. For this *git* is needed. Therefore, it is highly recommended to have 'git' installed for compilation although it is no build dependency. In case of a missing git installation, the string "! version not set !" is compiled into the application. **/