From c9af530628fa52766e9e75c9c00f4e128a410eea Mon Sep 17 00:00:00 2001 From: Juan RP Date: Mon, 30 Jun 2014 11:49:03 +0200 Subject: [PATCH] etc/defaults.conf: matching -> matching. --- etc/defaults.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/defaults.conf b/etc/defaults.conf index f6a66cf6a25..230935104ff 100644 --- a/etc/defaults.conf +++ b/etc/defaults.conf @@ -99,7 +99,7 @@ XBPS_SUCMD="sudo /bin/sh -c" # [OPTIONAL] # Enable or disable global package build options, these options apply -# to all packages that support the maching options. +# to all packages that support the matching options. # # To enable an option just define its option name; to disable an option # prefix it with ~. Options must be delimited by commas, i.e 'opt,~opt2,opt3,~opt4'