Index: doc/C/Terminal.xml.in
===================================================================
--- doc/C/Terminal.xml.in (revision 19786)
+++ doc/C/Terminal.xml.in (working copy)
@@ -555,7 +555,7 @@
- To reset the terminal title to its default behaviour, perform the same three steps
+ To reset the terminal title to its default behavior, perform the same three steps
as described above, but enter an empty title.
@@ -794,7 +794,7 @@
file.
Use the Style option to control the appearance
of the background image. &application; supports tiling, centering, scaling and
- strechting background images.
+ stretching background images.
Transparent background
@@ -1066,8 +1066,8 @@
Next in the menu is a list of default applications - automatically detected on your system
- you can choose from. Choose Other... in case your preferred
application does not show up in the list of default applications or if you want to use
- specific flags to launch an application. (Use %u to represent the
- URL when executed, e.g. browser --newtab %u.) This will bring up a
+ specific flags to launch an application (Use %u to represent the
+ URL when executed, e.g. browser --newtab %u). This will bring up a
dialog that lets you enter a custom application.
@@ -1351,7 +1351,7 @@
A set of preference ordered base directories relative to which
data files should be searched in addition to the
${XDG_DATA_HOME} base directory. The directories
- should be separated with a color.
+ should be separated with a colon.
@@ -1397,7 +1397,7 @@
&application; offers a few hidden options to allow powerusers to control various advanced settings and
to reduce the number of options in the user interface. To set any of these options, you will have
- to open the file ${XDG_CONFIG_HOME}/Terminal/terminalrc in your favourite
+ to open the file ${XDG_CONFIG_HOME}/Terminal/terminalrc in your favorite
text editor and edit the section [Configuration]; simply create the file if
it does not already exist. For example, your terminalrc could look like
@@ -1459,7 +1459,7 @@
TRUE or FALSE.
- This behaviour is disabled by default, because it tends to confuse users.
+ This behavior is disabled by default, because it tends to confuse users.
@@ -1586,7 +1586,7 @@
This documentation was written by Benedikt Meurer (benny@xfce.org) and
- Andrew Conkling (andrewski@fr.st). The lastest version of this document
+ Andrew Conkling (andrewski@fr.st). The latest version of this document
is always available from the Terminal website.
Index: terminal/main.c
===================================================================
--- terminal/main.c (revision 19786)
+++ terminal/main.c (working copy)
@@ -52,7 +52,7 @@
" inside the terminal"));
g_print ("%s\n", _(" --working-directory=DIRNAME Set the terminals working directory"));
g_print ("%s\n", _(" -T, --title=TITLE Set the terminals title"));
- g_print ("%s\n", _(" -H, --hold Do not immediatly destroy the tab\n"
+ g_print ("%s\n", _(" -H, --hold Do not immediately destroy the tab\n"
" when the child command exits"));
g_print ("\n");
g_print ("%s\n", _(" --display=DISPLAY X display to use for the last-\n"