From 738e8ff287b4ad0a7b9c7cda424576c9c20281b2 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Sun, 15 Feb 2015 00:01:51 +0000 Subject: [PATCH] No real changes, just fix a typo in a comment. s/ommitted/omitted/ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@78493 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- build/upmake | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build/upmake b/build/upmake index f0054e74bf..5824a95653 100755 --- a/build/upmake +++ b/build/upmake @@ -136,7 +136,7 @@ if (!$only_bkl) { # It is possible that we don't have any headers of some kind at all. if (exists $vars->{"${var}_HDR"}) { # Our files lists don't use the full path for the headers, the - # common "include/" prefix is ommitted, add it back here. + # common "include/" prefix is omitted, add it back here. push @headers, "${top_srcdir}include/$_" for @{$vars->{"${var}_HDR"}}; } }