summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 11:49:14 +0000
committerrjung <rjung@13f79535-47bb-0310-9956-ffa450edef68>2013-10-03 11:49:14 +0000
commit88773146e47c7ab44ad01b9b367bee9cf27d844e (patch)
tree06db73e85c5aef94f91ace418b885f7e7f3a69e0
parente10504b326d00495e41b2c74c3ea0e5f4ef38e94 (diff)
downloadlibapr-88773146e47c7ab44ad01b9b367bee9cf27d844e.tar.gz
definAtely
Backport of r1213382 from trunk resp. r1528818 from 1.5.x. git-svn-id: http://svn.apache.org/repos/asf/apr/apr/branches/1.4.x@1528819 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--file_io/win32/open.c2
-rw-r--r--threadproc/win32/signals.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/file_io/win32/open.c b/file_io/win32/open.c
index e683fa561..f5f32f34b 100644
--- a/file_io/win32/open.c
+++ b/file_io/win32/open.c
@@ -55,7 +55,7 @@ apr_status_t utf8_to_unicode_path(apr_wchar_t* retstr, apr_size_t retlen,
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]
diff --git a/threadproc/win32/signals.c b/threadproc/win32/signals.c
index f19fb0324..48676d856 100644
--- a/threadproc/win32/signals.c
+++ b/threadproc/win32/signals.c
@@ -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)
{