aboutsummaryrefslogtreecommitdiff
path: root/clint.py
diff options
context:
space:
mode:
authorSeth Jackson <sethjackson@gmail.com>2016-01-15 17:05:43 -0500
committerMichael Reed <m.reed@mykolab.com>2016-01-16 18:34:31 -0500
commita7ade5c832dc5081afbc3f6bd21657491b27863a (patch)
treeddcdb7f2fa305203833f42ed1be7781b677b4889 /clint.py
parent0735b05c8296f4b73926fc7024f76d37241f390c (diff)
downloadrneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.gz
rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.tar.bz2
rneovim-a7ade5c832dc5081afbc3f6bd21657491b27863a.zip
misc: UNIX => Unix #4022
Although UNIX is a registered trademark of The Open Group, it doesn't really matter whether we refer to these systems as UNIX, Unix, or Unix-like. So, for consistency, refer to them collectively as Unix. Related: http://www.greens.org/about/unix.html http://www.unixica.com/html/unixunix.html
Diffstat (limited to 'clint.py')
-rwxr-xr-xclint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/clint.py b/clint.py
index d507837e58..9f6a35b7f4 100755
--- a/clint.py
+++ b/clint.py
@@ -3316,7 +3316,7 @@ def ProcessFile(filename, vlevel, extra_check_functions=[]):
_SetVerboseLevel(vlevel)
try:
- # Support the UNIX convention of using "-" for stdin. Note that
+ # Support the Unix convention of using "-" for stdin. Note that
# we are not opening the file with universal newline support
# (which codecs doesn't support anyway), so the resulting lines do
# contain trailing '\r' characters if we are reading a file that