From 2f419b332d9cf28eaad0523b3404ab8ce52a82e0 Mon Sep 17 00:00:00 2001 From: Bryan Irvine Date: Wed, 4 Mar 2020 23:50:37 -0600 Subject: github #49: Fix typo: longson should be loongson --- ChangeLog | 5 +++++ Completion/BSD/Type/_obsd_architectures | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 0b42a7cf8..7632153d4 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2020-03-05 Bryan Irvine + + * github #49: Completion/BSD/Type/_obsd_architectures: Fix typo: + longson should be loongson + 2020-02-27 Peter Stephenson * users/24710: Src/exec.c, Src/jobs.c, Src/signals.c: when using diff --git a/Completion/BSD/Type/_obsd_architectures b/Completion/BSD/Type/_obsd_architectures index ca3e0e12f..18ee2854c 100644 --- a/Completion/BSD/Type/_obsd_architectures +++ b/Completion/BSD/Type/_obsd_architectures @@ -3,4 +3,4 @@ local expl _description architectures expl 'architecture' -compadd "$@" "$expl[@]" alpha amd64 arm64 armv7 hppa i386 landisk longson luna88k macppc octeon sgi sparc64 +compadd "$@" "$expl[@]" alpha amd64 arm64 armv7 hppa i386 landisk loongson luna88k macppc octeon sgi sparc64 -- cgit 1.4.1