You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2013/10/03 13:49:14 UTC

svn commit: r1528819 - in /apr/apr/branches/1.4.x: ./ file_io/win32/open.c threadproc/win32/signals.c

Author: rjung
Date: Thu Oct  3 11:49:14 2013
New Revision: 1528819

URL: http://svn.apache.org/r1528819
Log:
definAtely

Backport of r1213382 from trunk resp.
r1528818 from 1.5.x.

Modified:
    apr/apr/branches/1.4.x/   (props changed)
    apr/apr/branches/1.4.x/file_io/win32/open.c
    apr/apr/branches/1.4.x/threadproc/win32/signals.c

Propchange: apr/apr/branches/1.4.x/
------------------------------------------------------------------------------
  Merged /apr/apr/trunk:r1213382

Modified: apr/apr/branches/1.4.x/file_io/win32/open.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/file_io/win32/open.c?rev=1528819&r1=1528818&r2=1528819&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/file_io/win32/open.c (original)
+++ apr/apr/branches/1.4.x/file_io/win32/open.c Thu Oct  3 11:49:14 2013
@@ -55,7 +55,7 @@ apr_status_t utf8_to_unicode_path(apr_wc
     apr_status_t rv;
 
     /* This is correct, we don't twist the filename if it is will
-     * definately be shorter than 248 characters.  It merits some 
+     * definitely be shorter than 248 characters.  It merits some 
      * performance testing to see if this has any effect, but there
      * seem to be applications that get confused by the resulting
      * Unicode \\?\ style file names, especially if they use argv[0]

Modified: apr/apr/branches/1.4.x/threadproc/win32/signals.c
URL: http://svn.apache.org/viewvc/apr/apr/branches/1.4.x/threadproc/win32/signals.c?rev=1528819&r1=1528818&r2=1528819&view=diff
==============================================================================
--- apr/apr/branches/1.4.x/threadproc/win32/signals.c (original)
+++ apr/apr/branches/1.4.x/threadproc/win32/signals.c Thu Oct  3 11:49:14 2013
@@ -31,7 +31,7 @@
 /* Windows only really support killing process, but that will do for now. 
  *
  * ### Actually, closing the input handle to the proc should also do fine 
- * for most console apps.  This definately needs improvement...
+ * for most console apps.  This definitely needs improvement...
  */
 APR_DECLARE(apr_status_t) apr_proc_kill(apr_proc_t *proc, int signal)
 {