diff options
author | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 18:14:05 +0100 |
---|---|---|
committer | Rafael Laboissière <rafael@laboissiere.net> | 2022-12-11 18:14:05 +0100 |
commit | d0b2e0bf7726358abdf7d3139dec8885eea5850f (patch) | |
tree | 2236f900c7bb890dfc242511d826206cb412839d | |
parent | 3495a0d7e39b73bbcee9571aeb45960138efeae5 (diff) |
Fix typos
-rw-r--r-- | Makefile | 2 | ||||
-rw-r--r-- | README.md | 4 |
2 files changed, 3 insertions, 3 deletions
@@ -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 @@ -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 |