summaryrefslogtreecommitdiff
path: root/mixguile/mixguile.h
diff options
context:
space:
mode:
Diffstat (limited to 'mixguile/mixguile.h')
-rw-r--r--mixguile/mixguile.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/mixguile/mixguile.h b/mixguile/mixguile.h
index d122d44..5ee13a7 100644
--- a/mixguile/mixguile.h
+++ b/mixguile/mixguile.h
@@ -58,7 +58,7 @@ mixguile_set_cmd_dispatcher (mix_vm_cmd_dispatcher_t *dis);
extern void
mixguile_enter_repl (void *closure, int argc, char *argv[]);
-/* access the comand dispatcher */
+/* access the command dispatcher */
extern mix_vm_cmd_dispatcher_t *
mixguile_get_cmd_dispatcher (void);