summaryrefslogtreecommitdiff
path: root/src/js.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/js.c')
-rw-r--r--src/js.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/js.c b/src/js.c
index 973dbba..7f4c825 100644
--- a/src/js.c
+++ b/src/js.c
@@ -49,7 +49,7 @@ gboolean js_eval_file(JSContextRef ctx, const char *file)
/**
* Evaluates given string as script and return if this call succeed or not.
- * On success the given **value pointer is filles with the returned string,
+ * On success the given **value pointer is filled with the returned string,
* else with the exception message. In both cases this must be freed by the
* caller if no longer used.
*/