summaryrefslogtreecommitdiff
path: root/mixguile/xmixguile_cmd_dispatcher.c
diff options
context:
space:
mode:
Diffstat (limited to 'mixguile/xmixguile_cmd_dispatcher.c')
-rw-r--r--mixguile/xmixguile_cmd_dispatcher.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/mixguile/xmixguile_cmd_dispatcher.c b/mixguile/xmixguile_cmd_dispatcher.c
index 69b704d..3aab8e8 100644
--- a/mixguile/xmixguile_cmd_dispatcher.c
+++ b/mixguile/xmixguile_cmd_dispatcher.c
@@ -363,7 +363,7 @@ mix_src_line_no_ (void)
/* ----- hook functions ---- */
-/* auxiliar arg list maker */
+/* auxiliary arg list maker */
static SCM
make_arg_list_ (const gchar *arg)
{
@@ -380,7 +380,7 @@ make_arg_list_ (const gchar *arg)
return argument;
}
-/* command hook auxiliar functions and types */
+/* command hook auxiliary functions and types */
/*
static SCM
hook_error_handler_ (void *data, SCM tag, SCM args){}
@@ -413,7 +413,7 @@ scm_hook_ (mix_vm_cmd_dispatcher_t *dis, const gchar *arg, gpointer data)
scm_handle_by_message_noexit, dis);
}
-/* global hook auxiliar functions and types */
+/* global hook auxiliary functions and types */
typedef struct
{
SCM function;