summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorjschroed2018-02-09 19:18:52 -0800
committerjschroed2018-02-09 19:18:52 -0800
commit5b1d16006d785e95e2b78bf3b6a32cd6728dd983 (patch)
tree9612a94130e9cee66a3d4329e0a0ce53b275d1b0
parent0493e8d4ab78ef767091c22b74edfea3308c9db1 (diff)
downloadaur-brother-mfc-j285dw.tar.gz
fixed typo (copied from brother-mfc-j4410dw package)
-rw-r--r--PKGBUILD2
1 files changed, 1 insertions, 1 deletions
diff --git a/PKGBUILD b/PKGBUILD
index 7fe0b40227ea..92886e4467eb 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -31,7 +31,7 @@ prepare() {
install -d $srcdir/usr/share/cups/model
install -d $srcdir/usr/lib/cups/filter
- # go to the cupswrapper directory and find the source file from wich to generate a ppd- and wrapper-file
+ # go to the cupswrapper directory and find the source file from which to generate a ppd- and wrapper-file
cd `find . -type d -name 'cupswrapper'`
if [ -f cupswrapper* ]; then
_wrapper_source=`ls cupswrapper*`