Skip to content
Snippets Groups Projects
Commit 05e22d4c authored by Moe Jette's avatar Moe Jette
Browse files

fix typo in message

parent aa19a497
No related branches found
No related tags found
No related merge requests found
......@@ -606,7 +606,7 @@ extern void create_create_popup(GtkAction *action, gpointer user_data)
res_name = slurm_create_reservation(resv_msg);
if (res_name) {
temp = g_strdup_printf(
"Reservation %s updated created",
"Reservation %s created",
res_name);
free(res_name);
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment