aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Sebastian Wiesner <sebastian@swsnr.de>2025-06-13 08:29:22 +0200
committerGravatar Sebastian Wiesner <sebastian@swsnr.de>2025-06-13 08:29:22 +0200
commitc4a61fb9426dbb65e52cb57d4786685b3d94befa (patch)
treec1c70ffc63678eaffa46b9855a4a8eb528a7b982
parenta6e9170307f5c9f30e7e2e3f3982b4851948c0df (diff)
downloadpacman-offline-main.tar.gz
pacman-offline-main.tar.zst
Fix two typosHEADnextmain
-rw-r--r--README.md2
-rw-r--r--config/offline.conf2
2 files changed, 2 insertions, 2 deletions
diff --git a/README.md b/README.md
index 0c34d50..05f70dd 100644
--- a/README.md
+++ b/README.md
@@ -70,7 +70,7 @@ This will trigger at night, if updates are pending and prepared.
Configuration
-------------
-Two sinppets for inclusion in `/etc/pacman.conf` are shipped. To make use of
+Two snippets for inclusion in `/etc/pacman.conf` are shipped. To make use of
them add these line:
Include = /etc/pacman.d/offline.conf
diff --git a/config/offline.conf b/config/offline.conf
index 56f8b76..97e78e3 100644
--- a/config/offline.conf
+++ b/config/offline.conf
@@ -1,4 +1,4 @@
-# Ingore linux packages and prevent breaking module loading. The include of
+# Ignore linux packages and prevent breaking module loading. The include of
# this configuration file is removed on offline action.
IgnorePkg = linux linux-headers linux-docs
IgnorePkg = linux-lts linux-lts-headers linux-lts-docs