From 7a46dfc18cd0505a647090c7721f857f19b358fd Mon Sep 17 00:00:00 2001 From: Zacktamondo Date: Thu, 24 Mar 2022 19:15:33 +0200 Subject: [PATCH] Fixed typo. --- src/ui/ui.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ui/ui.c b/src/ui/ui.c index 56666f2..d43cd8c 100644 --- a/src/ui/ui.c +++ b/src/ui/ui.c @@ -148,7 +148,7 @@ static void on_create_hp_clicked(GtkWidget *widget, gpointer data) { if(validator(&configValues) == FALSE){ - set_error_text("Some inputes are not valid!"); + set_error_text("Some inputs are not valid!"); return; } else{