aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorYasuhiro Kimura <yasu@FreeBSD.org>2024-08-16 11:03:21 +0000
committerYasuhiro Kimura <yasu@FreeBSD.org>2024-08-16 11:06:17 +0000
commit7580d4274e27f2fb64cc186d018b41b8a6e063d4 (patch)
tree2c9a8c8dc4355f01ab02b130cb656df31076329f
parent386bdd78313f4969a61a433fed2edbc9bce439e7 (diff)
UPDATING: Fix another typo
Reported by: pi (via private mail) Fixes: 6bcc3e564860 databases/redis: Update to 7.4.0
-rw-r--r--UPDATING2
1 files changed, 1 insertions, 1 deletions
diff --git a/UPDATING b/UPDATING
index a5bdd3c7b927..bd36e7454865 100644
--- a/UPDATING
+++ b/UPDATING
@@ -24,7 +24,7 @@ you update your ports collection, before attempting any port upgrades.
Keep in mind license term has changed with Redis 7.4. Now it is
distributed under dual license of Redis Source Available License v2
(RSALv2) and Server Side Public License v1 (SSPLv1). If you don't
- want to accept either of them, then Valkey (database/valkey) may be
+ want to accept either of them, then Valkey (databases/valkey) may be
alternative for you. It is fork of Redis 7.2 and distributed under
3-clause BSD license that is same as Redis 7.2 and before.