Commit d71d3d99 authored by Robert Estelle's avatar Robert Estelle
Browse files

clipboard: Fix "cilppaste" -> "clippaste" typo

parent 01e934d6
...@@ -89,7 +89,7 @@ function detect-clipboard() { ...@@ -89,7 +89,7 @@ function detect-clipboard() {
fi fi
} }
function clipcopy() { _retry_clipboard_detection_or_fail clipcopy "$@"; } function clipcopy() { _retry_clipboard_detection_or_fail clipcopy "$@"; }
function cilppaste() { _retry_clipboard_detection_or_fail clippaste "$@"; } function clippaste() { _retry_clipboard_detection_or_fail clippaste "$@"; }
return 1 return 1
fi fi
} }
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment