diff --git a/include/gds-render/gds-utils/gds-types.h b/include/gds-render/gds-utils/gds-types.h index c4cc159..465ec2c 100644 --- a/include/gds-render/gds-utils/gds-types.h +++ b/include/gds-render/gds-utils/gds-types.h @@ -58,7 +58,7 @@ enum graphics_type enum path_type {PATH_FLUSH = 0, PATH_ROUNDED = 1, PATH_SQUARED = 2}; /**< Path line caps */ /** - * @brief A point in the 2D plane. Sometimes reffered to as vertex + * @brief A point in the 2D plane. Sometimes referred to as vertex */ struct gds_point { int x; diff --git a/version/version.c b/version/version.c index fe901fc..c8d4bd5 100644 --- a/version/version.c +++ b/version/version.c @@ -17,7 +17,6 @@ * along with GDSII-Converter. If not, see . */ - /** * @defgroup version Version Number * See @ref git-version-num diff --git a/widgets/activity-bar.c b/widgets/activity-bar.c index f3bbe9e..16a9e3b 100644 --- a/widgets/activity-bar.c +++ b/widgets/activity-bar.c @@ -99,7 +99,6 @@ ActivityBar *activity_bar_new() return bar; } -/* TODO: Complete this once the task list is fully implemented */ void activity_bar_set_ready(ActivityBar *bar) { gtk_label_set_text(GTK_LABEL(bar->label), _("Ready"));