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 @@
false
Copy selection to clipboard
- If true, selection is automatically copied to cliboard buffer.
+ If true, selection is automatically copied to clipboard buffer.
'-A-Za-z0-9,./?%&#:_=+@~'
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,
/* madars.vitolins@gmail.com 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);
}