From 3a30be07b587e8f1810e4ebe0191aa08cd188b2b Mon Sep 17 00:00:00 2001 From: Jeff Parsons Date: Sun, 9 Jul 2017 08:45:56 -0700 Subject: [PATCH] s/can/can be/ (awesome catch @darkstar :-P) --- modules/diskdump/lib/diskdump.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/diskdump/lib/diskdump.js b/modules/diskdump/lib/diskdump.js index b3ce7c3aa..116e0a671 100644 --- a/modules/diskdump/lib/diskdump.js +++ b/modules/diskdump/lib/diskdump.js @@ -75,7 +75,7 @@ var logFile = null; /* * fNormalize attempts to enforce consistency across multiple dump requests, including the order of files within every - * directory, the use of hard-coded volume label timestamps, replacement of line-endings in text files, etc. It can + * directory, the use of hard-coded volume label timestamps, replacement of line-endings in text files, etc. It can be * turned on here or with the experimental "--normalize" command-line option. */ var fNormalize = false;