diff options
author | monsta <[email protected]> | 2016-02-19 16:57:16 +0300 |
---|---|---|
committer | monsta <[email protected]> | 2016-02-19 16:57:16 +0300 |
commit | b1051cc490dd2f47fc59dae23a6988c6eb5bfdf8 (patch) | |
tree | e3f872c35391560dceda7e691667d5ce3b4a45c0 /src | |
parent | 36310cbe3606d06c06b198864cb460e5063e8288 (diff) | |
download | mate-terminal-b1051cc490dd2f47fc59dae23a6988c6eb5bfdf8.tar.bz2 mate-terminal-b1051cc490dd2f47fc59dae23a6988c6eb5bfdf8.tar.xz |
fix typo: cliboard -> clipboard
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); } |