Skip to content
Snippets Groups Projects
Commit f902f1a5 authored by Danny Auble's avatar Danny Auble
Browse files

Fix typo abondoned -> abandoned. No code change.

parent e279eaf7
No related branches found
No related tags found
No related merge requests found
...@@ -891,7 +891,7 @@ extern Buf slurm_persist_recv_msg(slurm_persist_conn_t *persist_conn) ...@@ -891,7 +891,7 @@ extern Buf slurm_persist_recv_msg(slurm_persist_conn_t *persist_conn)
return buffer; return buffer;
endit: endit:
/* Close it since we abondoned it. If the connection does still exist /* Close it since we abandoned it. If the connection does still exist
* on the other end we can't rely on it after this point since we didn't * on the other end we can't rely on it after this point since we didn't
* listen long enough for this response. * listen long enough for this response.
*/ */
......
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