Fix Spencers HORRIBLE spelling.

This commit is contained in:
2024-03-03 00:03:19 -05:00
parent cbb0a440e9
commit 052aa99a6c

View File

@@ -98,7 +98,7 @@ static void *worker_task(zsock_t *pipe, char *disk_path) {
// Sending reply
zmsg_send(&msg, pipe);
zmsg_destory(&msg);
zmsg_destroy(&msg);
}
/*if (guestfs_is_file_opts(g, file_path, GUESTFS_IS_FILE_OPTS_FOLLOWSYMLINKS, 1, -1) > 0) {
printf("--- %s ---\n", file_path);