diff options
author | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 23:50:53 +0100 |
---|---|---|
committer | Tobias Geerinckx-Rice <me@tobias.gr> | 2019-03-18 23:52:42 +0100 |
commit | 8f350d83a40a9829719d466765279db4402521c8 (patch) | |
tree | 5ea729262d3113fc853b5ccfc57814f8b4bd669c | |
parent | 9e1d9a0a46c502f1e2dcc03351c4a46e4b97006a (diff) | |
download | patches-8f350d83a40a9829719d466765279db4402521c8.tar patches-8f350d83a40a9829719d466765279db4402521c8.tar.gz |
gnu: autorandr: Fix typo in synopsis.
* gnu/packages/xdisorg.scm (autorandr)[synopsis]: Fix typo.
-rw-r--r-- | gnu/packages/xdisorg.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/xdisorg.scm b/gnu/packages/xdisorg.scm index cd3428a1fb..415a1fc003 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -179,7 +179,7 @@ program.") "install_manpage" "install_bash_completion" "install_launcher")))))) - (synopsis "Auto-detect connected displays and load appropiate setup") + (synopsis "Auto-detect connected displays and load appropriate setup") (description "Autorandr wraps around xrandr to help with X11 multi-screen configuration management. It allows the user to create profiles for various multi-screen setups. Autorandr automatically detects the profiles |