From 87298be84d4c2939c4678eb4ea282d5078c896c9 Mon Sep 17 00:00:00 2001 From: Fred-Barclay Date: Fri, 13 Oct 2017 12:27:33 -0500 Subject: typo --- src/firejail/fs_bin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/firejail/fs_bin.c b/src/firejail/fs_bin.c index f6c83ef26..6bd7ecd17 100644 --- a/src/firejail/fs_bin.c +++ b/src/firejail/fs_bin.c @@ -240,7 +240,7 @@ static void globbing(char *fname, FILE *fplist) { size_t j; for (j = 0; j < globbuf.gl_pathc; j++) { assert(globbuf.gl_pathv[j]); - // testing for GLOB_NOCHECK - no pattern mached returns the origingal pattern + // testing for GLOB_NOCHECK - no pattern matched returns the original pattern if (strcmp(globbuf.gl_pathv[j], pattern) == 0) continue; -- cgit v1.2.3-70-g09d2