diff options
| author | codicodi <rob.ceglinski@gmail.com> | 2016-12-30 15:27:25 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2016-12-30 15:27:25 +0100 |
| commit | aab12428e51d53a1952da92a6b1a50c4cadc3e4e (patch) | |
| tree | 95e33e06f520040ac00eaf5a0e5709f7300efa85 | |
| parent | 2d746d8913405693a18d594759c481929704f36f (diff) | |
| download | vcpkg-aab12428e51d53a1952da92a6b1a50c4cadc3e4e.tar.gz vcpkg-aab12428e51d53a1952da92a6b1a50c4cadc3e4e.zip | |
[icu] fix typo
| -rw-r--r-- | ports/icu/portfile.cmake | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ports/icu/portfile.cmake b/ports/icu/portfile.cmake index 183db43bd..f2bf7fb6e 100644 --- a/ports/icu/portfile.cmake +++ b/ports/icu/portfile.cmake @@ -25,7 +25,7 @@ vcpkg_build_msbuild( PROJECT_PATH ${SOURCE_PATH}/source/allinone/allinone.sln
PLATFORM ${BUILD_ARCH})
-# force rebuild of database as it sometimies gets overriden by dummy one
+# force rebuild of database as it sometimes gets overriden by dummy one
vcpkg_build_msbuild(
PROJECT_PATH ${SOURCE_PATH}/source/data/makedata.vcxproj
PLATFORM ${BUILD_ARCH})
|
