From 99d4adeed7c5f34a74039268b31e01ef64f0ea3d Mon Sep 17 00:00:00 2001 From: Izzie Corley <121826462+IzzieCorley@users.noreply.github.com> Date: Thu, 12 Sep 2024 19:52:53 -0400 Subject: [PATCH] Spell-check ChangeLog.txt Fixed typos on lines 5, 34 and 250. --- ChangeLog.txt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ChangeLog.txt b/ChangeLog.txt index f925363..c7fd09b 100644 --- a/ChangeLog.txt +++ b/ChangeLog.txt @@ -31,7 +31,7 @@ Merged 221: Add convenience 'uninstall' target - Merged 207: Mark single argument constructors in mutex.h as explicit - Merged 209: Use inttypes.h on VC++ 2013 and later - Merged 212: Fix statically linked gflags library with MSVC -- Meregd 213: Modify installation paths on Windows for vcpkg +- Merged 213: Modify installation paths on Windows for vcpkg - Merged 215: Fix static initialization order fiasco caused by global registry lock - Merged 216: Fix use of ARGC in CMake macros - Merged 222: Static code analyzer error regarding strncmp with empty kRootDir @@ -247,7 +247,7 @@ Merged 221: Add convenience 'uninstall' target - google-gflags: version 0.5 - Include all m4 macros in the distribution (csilvers) - Python: Fix broken data_files field in setup.py (sidlon) -- Python: better string serliaizing and unparsing (abo, csimmons) +- Python: better string serializing and unparsing (abo, csimmons) - Fix checks for NaN and inf to work with Mac OS X (csilvers) * Thu Apr 19 2007 - Google Inc.