From 0d4cb21f267e8a448ce2e0e9a013f8946a38b1ce Mon Sep 17 00:00:00 2001 From: "H. Joe Lee" Date: Tue, 19 Mar 2024 06:58:03 -0500 Subject: [PATCH] Capitalize linux for consistency (#4178) --- release_docs/RELEASE.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release_docs/RELEASE.txt b/release_docs/RELEASE.txt index af599d38f65..c749fdb881a 100644 --- a/release_docs/RELEASE.txt +++ b/release_docs/RELEASE.txt @@ -1704,7 +1704,7 @@ Known Problems CMake vs. Autotools installations ================================= While both build systems produce similar results, there are differences. -Each system produces the same set of folders on linux (only CMake works +Each system produces the same set of folders on Linux (only CMake works on standard Windows); bin, include, lib and share. Autotools places the COPYING and RELEASE.txt file in the root folder, CMake places them in the share folder.