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/terminal-screen.c | |
parent | 36310cbe3606d06c06b198864cb460e5063e8288 (diff) | |
download | mate-terminal-b1051cc490dd2f47fc59dae23a6988c6eb5bfdf8.tar.bz2 mate-terminal-b1051cc490dd2f47fc59dae23a6988c6eb5bfdf8.tar.xz |
fix typo: cliboard -> clipboard
Diffstat (limited to 'src/terminal-screen.c')
-rw-r--r-- | src/terminal-screen.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); } |