From 052aa99a6c872b3a6848f707eb3f5210f9f5cc86 Mon Sep 17 00:00:00 2001 From: Robby Zambito Date: Sun, 3 Mar 2024 00:03:19 -0500 Subject: [PATCH] Fix Spencers HORRIBLE spelling. --- guestfs-inspectd.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guestfs-inspectd.c b/guestfs-inspectd.c index b338268..a5444c3 100644 --- a/guestfs-inspectd.c +++ b/guestfs-inspectd.c @@ -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);