summaryrefslogtreecommitdiff
path: root/src/os_win32.c
diff options
context:
space:
mode:
authorBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
committerBram Moolenaar <Bram@vim.org>2020-12-18 19:49:56 +0100
commit8e7d6223f630690b72b387eaed704bf01f3f29d2 (patch)
treeb2e694bda1dbae28776d68f9babbb42d27e5c730 /src/os_win32.c
parent3beaf9cd8efa3ba83e07187215004d140b89d529 (diff)
downloadvim-git-8e7d6223f630690b72b387eaed704bf01f3f29d2.tar.gz
patch 8.2.2160: various typosv8.2.2160
Problem: Various typos. Solution: Fix spelling mistakes. (closes #7494)
Diffstat (limited to 'src/os_win32.c')
-rw-r--r--src/os_win32.c13
1 files changed, 6 insertions, 7 deletions
diff --git a/src/os_win32.c b/src/os_win32.c
index 2f9ecdc9e..972f10da5 100644
--- a/src/os_win32.c
+++ b/src/os_win32.c
@@ -7113,13 +7113,12 @@ mch_fopen(const char *name, const char *mode)
/*
* SUB STREAM (aka info stream) handling:
*
- * NTFS can have sub streams for each file. Normal contents of file is
- * stored in the main stream, and extra contents (author information and
- * title and so on) can be stored in sub stream. After Windows 2000, user
- * can access and store those informations in sub streams via explorer's
- * property menuitem in right click menu. Those informations in sub streams
- * were lost when copying only the main stream. So we have to copy sub
- * streams.
+ * NTFS can have sub streams for each file. The normal contents of a file is
+ * stored in the main stream, and extra contents (author information, title and
+ * so on) can be stored in a sub stream. After Windows 2000, the user can
+ * access and store this information in sub streams via an explorer's property
+ * menu item in the right click menu. This information in sub streams was lost
+ * when copying only the main stream. Therefore we have to copy sub streams.
*
* Incomplete explanation:
* http://msdn.microsoft.com/library/en-us/dnw2k/html/ntfs5.asp