From 1ce621e8b7a73c93890246133fc9e68167e77306 Mon Sep 17 00:00:00 2001 From: Daniel Stenberg Date: Tue, 11 Jun 2024 14:01:35 +0200 Subject: [PATCH] vms: fixed language in comment It started with me fixing a repeated "are are" but the wording was incomprehensible so I tried to untangle it. Closes #13921 --- packages/vms/compare_curl_source.com | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/packages/vms/compare_curl_source.com b/packages/vms/compare_curl_source.com index 3f7542de0e..13ff4667f9 100644 --- a/packages/vms/compare_curl_source.com +++ b/packages/vms/compare_curl_source.com @@ -17,9 +17,9 @@ $! $! First the files in the original source directory which is assumed to be $! under source code control are compared with the copy directory. $! -$! Then the files are are only in the copy directory are listed. +$! Only files present in the copy directory are listed. $! -$! The result will five diagnostics about of files: +$! Diagnostics are displayed about the files: $! 1. Files that are not generation 1. $! 2. Files missing in the copy directory. $! 3. Files in the copy directory not in the source directory. -- 2.47.3