Merge pull request #238 from Zacktamondo/patch-1

Fixed typo.
This commit is contained in:
Lakindu Akash 2022-03-24 22:53:00 +05:30 committed by GitHub
commit b4423273b3
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{