diff options
author | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 17:45:53 -0700 |
---|---|---|
committer | Vagrant Cascadian <vagrant@debian.org> | 2019-05-22 18:30:00 -0700 |
commit | 168d5634a684b357185a8bc9c3feaf4a6dd5b99b (patch) | |
tree | 4fcb8779c7ecaad14b92ca7ff8836c962d8293d6 /gnu/packages/xdisorg.scm | |
parent | 4ba51e22c7ba7ff9d9cb6bc953f95c0097cd9234 (diff) | |
download | patches-168d5634a684b357185a8bc9c3feaf4a6dd5b99b.tar patches-168d5634a684b357185a8bc9c3feaf4a6dd5b99b.tar.gz |
gnu: xautomation: Fix typo "programs".
* gnu/packages/xdisorg (xautomation)[description]: Fix typo.
Diffstat (limited to 'gnu/packages/xdisorg.scm')
-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 739de9d25a..159e47c504 100644 --- a/gnu/packages/xdisorg.scm +++ b/gnu/packages/xdisorg.scm @@ -677,7 +677,7 @@ do visual scraping to find things on the screen. The control interface allows mouse movement, clicking, button up/down, key up/down, etc, and uses the XTest extension so you don't have the annoying problems that xse has when apps ignore sent events. The visgrep program can find -images inside of images and reports the coordinates, allowing progams +images inside of images and reports the coordinates, allowing programs to find buttons, etc, on the screen to click on.") (home-page "https://www.hoopajoo.net/projects/xautomation.html") (license license:gpl2+))) |