From a0f475228781546d5bce05e682aac55b7adff1d0 Mon Sep 17 00:00:00 2001 From: X86BSD Date: Sun, 3 May 2020 17:21:08 -0500 Subject: [PATCH] Correct a typo Compatibility was spelled wrong. --- usr/local/etc/bastille/bastille.conf.sample | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/usr/local/etc/bastille/bastille.conf.sample b/usr/local/etc/bastille/bastille.conf.sample index fc20ac34..05f66f0e 100644 --- a/usr/local/etc/bastille/bastille.conf.sample +++ b/usr/local/etc/bastille/bastille.conf.sample @@ -16,7 +16,7 @@ bastille_sharedir="/usr/local/share/bastille" ## default ## bootstrap archives, which components of the OS to install. ## base - The base OS, kernel + userland -## lib32 - Libraries for comptibility with 32 bit binaries +## lib32 - Libraries for compatibility with 32 bit binaries ## ports - The FreeBSD ports (3rd party applications) tree ## src - The source code to the kernel + userland ## test - The FreeBSD test suite