diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/org.mate.terminal.gschema.xml.in | 2 | ||||
-rw-r--r-- | src/terminal-screen.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/org.mate.terminal.gschema.xml.in b/src/org.mate.terminal.gschema.xml.in index 609cb13..0943e64 100644 --- a/src/org.mate.terminal.gschema.xml.in +++ b/src/org.mate.terminal.gschema.xml.in @@ -131,7 +131,7 @@ <key name="copy-selection" type="b"> <default>false</default> <summary>Copy selection to clipboard</summary> - <description>If true, selection is automatically copied to cliboard buffer.</description> + <description>If true, selection is automatically copied to clipboard buffer.</description> </key> <key name="word-chars" type="s"> <default>'-A-Za-z0-9,./?%&#:_=+@~'</default> diff --git a/src/terminal-screen.c b/src/terminal-screen.c index d110386..6b0c795 100644 --- a/src/terminal-screen.c +++ b/src/terminal-screen.c @@ -952,7 +952,7 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile, /* [email protected] 24/07/2014 - * update terminal window config - * with the flag of copy selection to cliboard or not. */ + * with the flag of copy selection to clipboard or not. */ terminal_window_update_copy_selection(screen, window); } |