summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEgmont Koblinger <egmont@gmail.com>2015-01-18 17:36:55 +0100
committerEgmont Koblinger <egmont@gmail.com>2015-01-18 17:36:55 +0100
commitc18db6cae7f5d8d8f70c5c0c589243f8d29fad0e (patch)
treeeb505293b9a2d9a58a15516aedf900fe96af8448
parent65bb9e38474b1dcefd21acd870a3e193668d1c49 (diff)
downloadvte-c18db6cae7f5d8d8f70c5c0c589243f8d29fad0e.tar.gz
docs: Method was renamed to vte_terminal_spawn_sync
-rw-r--r--src/pty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pty.c b/src/pty.c
index 1e3ec20c..1b6966d4 100644
--- a/src/pty.c
+++ b/src/pty.c
@@ -1667,7 +1667,7 @@ vte_pty_error_quark(void)
* vte_pty_child_setup() directly as the child setup function, or call
* vte_pty_child_setup() from your own child setup function supplied.
*
- * When using vte_terminal_fork_command_full() with a custom child setup
+ * When using vte_terminal_spawn_sync() with a custom child setup
* function, vte_pty_child_setup() will be called before the supplied
* function; you must not call it again.
*