From ebbd772d33d8596e5765a4d1251308d732d61355 Mon Sep 17 00:00:00 2001 From: mcccs Date: Thu, 18 Aug 2016 17:33:05 +0300 Subject: [PATCH] Typo --- util/env_win.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/util/env_win.cc b/util/env_win.cc index e11a96b7918715..31ffa744f2b5f6 100644 --- a/util/env_win.cc +++ b/util/env_win.cc @@ -1,7 +1,7 @@ // This file contains source that originates from: // http://code.google.com/p/leveldbwin/source/browse/trunk/win32_impl_src/env_win32.h // http://code.google.com/p/leveldbwin/source/browse/trunk/win32_impl_src/port_win32.cc -// Those files dont' have any explict license headers but the +// Those files don't have any explicit license headers but the // project (http://code.google.com/p/leveldbwin/) lists the 'New BSD License' // as the license. #if defined(LEVELDB_PLATFORM_WINDOWS)