Skip to content

Commit a674f06

Browse files
committed
Fix a typo
1 parent c0bee9d commit a674f06

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ENVIRONMENT-STRUCTURE.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ As described in [Features](README.md#features), the Holy Build Box environment c
55
Most of the compiler toolchain, e.g. `gcc` and `g++`, are installed with YUM. However, some software in CentOS 5 is way too outdated for compiling modern applications, so we installed more recent versions of them from source.
66

77
* Executable tools such as `pkg-config` and `CMake` are installed to `/hbb`.
8-
* Libraries such as OpenSSL are installed to to the [library variant directories](LIBRARY-VARIANTS.md), e.g. `/hbb_exe`.
8+
* Libraries such as OpenSSL are installed to the [library variant directories](LIBRARY-VARIANTS.md), e.g. `/hbb_exe`.
99

1010
The activation script inside each library variant directory sets various environment variables to ensure that whatever is inside that library variant directory is found first. For example, it prepends `/hbb/bin` and `/hbb_<VARIANT NAME>/bin` to PATH.
1111

0 commit comments

Comments
 (0)