From d0b2e0bf7726358abdf7d3139dec8885eea5850f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Rafael=20Laboissi=C3=A8re?= Date: Sun, 11 Dec 2022 18:14:05 +0100 Subject: Fix typos --- Makefile | 2 +- README.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/Makefile b/Makefile index a071482..2441c65 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -# Automate APT pinning for Debian distributons +# Automate APT pinning for Debian distributions # Copyright (C) 2015 Rafael Laboissière # # This program is free software: you can redistribute it and/or modify it diff --git a/README.md b/README.md index 54daf29..61b3dd4 100644 --- a/README.md +++ b/README.md @@ -40,10 +40,10 @@ This will create the following files: There is a rudimentary way of uninstalling the files, by using the command shown below. Note that this is only guaranteed to work if `make uninstall` immediately follows `make install`, otherwise some files may be left in the -filesystem. +file system. ```console -$ sudo make unstall +$ sudo make uninstall ``` Finally, the command shown below will display this very file using the -- cgit v1.2.3