From cc998e931ddcff23f1e9e1f28b2cd1f2d9c9faf0 Mon Sep 17 00:00:00 2001 From: Marty Sluijtman Date: Sat, 18 Feb 2023 22:51:07 +0100 Subject: [PATCH] A few typos --- APKBUILD | 4 ++-- maim-utils | 2 +- maim-utils.1.scd | 2 -- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/APKBUILD b/APKBUILD index 73e02d2..f21492a 100644 --- a/APKBUILD +++ b/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Marty Sluijtman pkgname=maim-utils pkgver=1.0 -pkgrel=7 +pkgrel=8 pkgdesc="A few common screenshot options rolled into one script based on maim" url="https://alpine.voidcruiser.nl" arch="noarch" @@ -24,5 +24,5 @@ package() { } sha512sums=" -c6c1a2778713d9839378f990bebd3e1e604ab1926b4846dae7d3f0774e326a5a888a1a0f3dd3a6e0640cc30a2b5b52fdd27d661a04659b6038700f4d0bbd2dc1 maim-utils-1.0.tar.gz +c7d4149eb750cabd606d9ae6a468f52af17e1318722463684030900835eeb86d0f35bbfee6e24306e9ee8a32e5405452fa548361be2012b1171fd19e195e9b26 maim-utils-1.0.tar.gz " diff --git a/maim-utils b/maim-utils index 7fdbc05..fa9893d 100755 --- a/maim-utils +++ b/maim-utils @@ -56,7 +56,7 @@ case $1 in sel-clip|clip-sel|clip-selection) clip_selection;; full|fullscreen) fullscreen;; full-clip|clip-full|clip-fullscreen) clip_fullscreen;; - focus) foucs;; + focus) focus;; clip-focus|focus-clip) clip_focus;; open|show|screenshots) xdg-open $savedir;; *) usage;; diff --git a/maim-utils.1.scd b/maim-utils.1.scd index 6fdb240..5142d8c 100644 --- a/maim-utils.1.scd +++ b/maim-utils.1.scd @@ -28,8 +28,6 @@ This can be changed by setting the *$SCROTDIR* environment variable. Take a screenshot of the entire screen and save it to the screenshot directory. - same as *fullscreen*. - *selection* and *sel* Take a screenshot based on a rectangular selection and save it to the screenshot directory.