From: Oliver Kurth Date: Thu, 8 Feb 2018 00:39:26 +0000 (-0800) Subject: Fix two comment typos in hostinfoPosix.c. X-Git-Tag: stable-10.3.0~123 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3e4091698461c0a5c36f9025410941f189c5af69;p=thirdparty%2Fopen-vm-tools.git Fix two comment typos in hostinfoPosix.c. --- diff --git a/open-vm-tools/lib/misc/hostinfoPosix.c b/open-vm-tools/lib/misc/hostinfoPosix.c index 9976de8fe..bf1ef4723 100644 --- a/open-vm-tools/lib/misc/hostinfoPosix.c +++ b/open-vm-tools/lib/misc/hostinfoPosix.c @@ -881,7 +881,7 @@ HostinfoGetOSShortName(char *distro, // IN: full distro name * * HostinfoReadDistroFile -- * - * Attempt to open and read the specified distro identication file. + * Attempt to open and read the specified distro identification file. * If the file has data and can be read, attempt to identify the distro. * * os-release rules require strict compliance. No data unless things @@ -993,7 +993,7 @@ HostinfoReadDistroFile(Bool osReleaseRules, // IN: osRelease rules } else { /* * Our old code played fast and loose with the LSB standard. If there - * was a distro identication file but the contents were not LSB + * was a distro identification file but the contents were not LSB * compliant (e.g. RH 7.2), we returned success along with the * contents "as is"... in the hopes that the available data would * be "good enough". Continue the practice to maximize compatibility.