summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index 288b4895..e651aee9 100644
--- a/main.c
+++ b/main.c
@@ -1008,7 +1008,7 @@ main (int argc, char *argv[]) {
// stop receiving messages from outside
server_close ();
- // plugins might still hood references to playitems,
+ // plugins might still hold references to playitems,
// and query configuration in background
// so unload everything 1st before final cleanup
plug_disconnect_all ();