From e4bc0a96582258c35818b939fae8291c51773f20 Mon Sep 17 00:00:00 2001 From: Augustin Cavalier Date: Sat, 30 Jun 2018 11:41:51 -0400 Subject: [PATCH] AboutSystem: ACPICA is "Component Architecture" not "Common Architecture". That's what I get for committing with my brain off... --- src/apps/aboutsystem/AboutSystem.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/aboutsystem/AboutSystem.cpp b/src/apps/aboutsystem/AboutSystem.cpp index 2a0a06f123..d8820db8d6 100644 --- a/src/apps/aboutsystem/AboutSystem.cpp +++ b/src/apps/aboutsystem/AboutSystem.cpp @@ -1241,7 +1241,7 @@ AboutView::_CreateCreditsView() .SetURL("http://www.openexr.com")); // acpica copyrights - _AddPackageCredit(PackageCredit("ACPI Common Architecture (ACPICA)") + _AddPackageCredit(PackageCredit("ACPI Component Architecture (ACPICA)") .SetCopyright(COPYRIGHT_STRING "1999-2018 Intel Corp.") .SetLicense("Intel (ACPICA)") .SetURL("https://www.acpica.org"));