refactor: fix a typo
authorFelix Yan <felixonmars@archlinux.org>
Fri, 20 Apr 2018 02:51:48 +0000 (10:51 +0800)
committerFelix Yan <felixonmars@archlinux.org>
Fri, 20 Apr 2018 02:51:48 +0000 (10:51 +0800)
Change-Id: Ia8bcefcb4c5bd1b36c0cadb455d34be501582638

src/dtk_build.prf

index 4414c0606147ca3b45a14bd06e7a858241a72f48..251e0b1078a2f3a23f2b0009eef5786f8e49ecee 100644 (file)
@@ -8,7 +8,7 @@ defineTest(checkDtkVersion) {
             VERSION = $${QT.dtkcore.VERSION}
         }
 
-        #TODO: faild in window
+        # TODO: failed in windows
         isEmpty(VERSION): VERSION = $$system(git describe --tags --abbrev=0)
         isEmpty(VERSION): VERSION = $$DTK_VERSION
         isEmpty(VERSION): return(false)