]> git.ipfire.org Git - thirdparty/git.git/blobdiff - compat/mingw.h
Merge branch 'jk/escaped-wildcard-dwim'
[thirdparty/git.git] / compat / mingw.h
index ebc1e6a773bf5cf8958b9301b7ae7a6c70135a02..714bc1d591bb0cfc9ace05f591b3584c8dbc451c 100644 (file)
@@ -579,7 +579,7 @@ int xwcstoutf(char *utf, const wchar_t *wcs, size_t utflen);
 
 /*
  * A critical section used in the implementation of the spawn
- * functions (mingw_spawnv[p]e()) and waitpid(). Intialised in
+ * functions (mingw_spawnv[p]e()) and waitpid(). Initialised in
  * the replacement main() macro below.
  */
 extern CRITICAL_SECTION pinfo_cs;