summaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
authorGravatar waker <wakeroid@gmail.com>2013-08-11 14:10:19 +0200
committerGravatar waker <wakeroid@gmail.com>2013-08-11 14:10:19 +0200
commitadf6f3209690b90a8b8cce6b82fb7286a8a72f3f (patch)
treef75eddce9b0b883c9bce6c6f26fbedafa7406d7e /main.c
parent8c35b4124c5d1bb6d413b5ea672132c3ff69edad (diff)
little typo fix in main.c comments
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 ();