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;