fix typo: cliboard -> clipboard

master-1.22
monsta 2016-02-19 16:57:16 +03:00
parent 36310cbe36
commit b1051cc490
2 changed files with 2 additions and 2 deletions

View File

@ -131,7 +131,7 @@
<key name="copy-selection" type="b"> <key name="copy-selection" type="b">
<default>false</default> <default>false</default>
<summary>Copy selection to clipboard</summary> <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>
<key name="word-chars" type="s"> <key name="word-chars" type="s">
<default>'-A-Za-z0-9,./?%&amp;#:_=+@~'</default> <default>'-A-Za-z0-9,./?%&amp;#:_=+@~'</default>

View File

@ -952,7 +952,7 @@ terminal_screen_profile_notify_cb (TerminalProfile *profile,
/* madars.vitolins@gmail.com 24/07/2014 - /* madars.vitolins@gmail.com 24/07/2014 -
* update terminal window config * 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); terminal_window_update_copy_selection(screen, window);
} }