]> git.eshelyaron.com Git - emacs.git/commitdiff
; Spelling fix
authorPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Oct 2016 15:04:28 +0000 (08:04 -0700)
committerPaul Eggert <eggert@cs.ucla.edu>
Thu, 27 Oct 2016 15:04:50 +0000 (08:04 -0700)
src/xwidget.c

index 0be284516d8554bbfb371c715131fc5093e19ea0..e97d963e01b2e2b65db714278c280fa374f72de0 100644 (file)
@@ -722,7 +722,7 @@ argument procedure FUN.*/)
   // procedure that retrieves the return value.
   webkit_web_view_run_javascript (WEBKIT_WEB_VIEW (xw->widget_osr),
                                   SSDATA (script),
-                                  NULL, /*cancellable*/
+                                  NULL, /* cancelable */
                                   callback,
                                   (gpointer) fun);
   return Qnil;