Fixed typo.

This commit is contained in:
Zacktamondo 2022-03-24 19:15:33 +02:00 committed by GitHub
parent 6afde1771c
commit 7a46dfc18c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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{