Skip to content

Commit

Permalink
Minor typo fix.
Browse files Browse the repository at this point in the history
  • Loading branch information
TurboGit committed Dec 28, 2021
1 parent 8c85de1 commit ec402b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/libs/print_settings.c
Original file line number Diff line number Diff line change
Expand Up @@ -1929,7 +1929,7 @@ void gui_post_expose(struct dt_lib_module_t *self, cairo_t *cr, int32_t width, i
const float xp = (x1 + x2 - text_w) * .5f;
float yp = y1 - text_h - (margin * 2.0f);

// put text in the center if not enought space on top
// put text in the center if not enough space on top
if(yp < text_h)
yp = (y1 + y2 - text_h) * .5f;

Expand Down

0 comments on commit ec402b1

Please sign in to comment.