summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorShreenidhi Shedi <sshedi@vmware.com>2023-03-16 15:58:02 +0530
committerPanu Matilainen <pmatilai@redhat.com>2023-03-17 09:57:35 +0200
commit9f23b98ebb894c503e1be6a7a250e0d3751b751a (patch)
tree8c7fbb1d47c5e7fb0d74dd92dc41594faa4f4433
parentad1bdc6520c1954d2a94fefa0a6090661f972db4 (diff)
downloadrpm-9f23b98ebb894c503e1be6a7a250e0d3751b751a.tar.gz
triggers.md: fix a typo
Signed-off-by: Shreenidhi Shedi <sshedi@vmware.com>
-rw-r--r--docs/manual/triggers.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/manual/triggers.md b/docs/manual/triggers.md
index 21be3edb2..2df38c05f 100644
--- a/docs/manual/triggers.md
+++ b/docs/manual/triggers.md
@@ -125,7 +125,7 @@ conditions becomes true (the , can be read as "or"). For example:
Will put a trigger in package 'package' which runs when the installation
status of either fileutils > 3.0 or perl < 1.2 is changed. The script will
-be run through /usr/bin/perl rather then /bin/sh (which is the default).
+be run through /usr/bin/perl rather than /bin/sh (which is the default).
## An Unusual Case