From 37cd63561dd58931b8999dc497ea37d5df1bb1ba Mon Sep 17 00:00:00 2001 From: Ashley Williams Date: Thu, 19 Jul 2018 17:43:08 +0200 Subject: [PATCH] fix(typo): s/pgk/pkg --- src/error.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/error.rs b/src/error.rs index 9346e629..960cb135 100644 --- a/src/error.rs +++ b/src/error.rs @@ -73,7 +73,7 @@ impl Error { } Error::PkgNotFound { message: _, - } => "Unable to find the 'pgk' directory at the path, set the path as the parent of the 'pkg' directory \n\n", + } => "Unable to find the 'pkg' directory at the path, set the path as the parent of the 'pkg' directory \n\n", }.to_string() } }