diff options
author | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2006-08-03 10:55:31 +0000 |
---|---|---|
committer | jorton <jorton@13f79535-47bb-0310-9956-ffa450edef68> | 2006-08-03 10:55:31 +0000 |
commit | 217ebd4793d6ad3301790bb581a786284073202c (patch) | |
tree | e3b6fdf96d6ffa2facf3889726abb2d208ac8b6c /threadproc/win32 | |
parent | 1d93901c973a3cc753ba1653fce7f65699aa3f71 (diff) | |
download | libapr-217ebd4793d6ad3301790bb581a786284073202c.tar.gz |
Fix the typo.
git-svn-id: http://svn.apache.org/repos/asf/apr/apr/trunk@428317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'threadproc/win32')
-rw-r--r-- | threadproc/win32/proc.c | 2 | ||||
-rw-r--r-- | threadproc/win32/signals.c | 2 | ||||
-rw-r--r-- | threadproc/win32/thread.c | 2 | ||||
-rw-r--r-- | threadproc/win32/threadpriv.c | 2 |
4 files changed, 4 insertions, 4 deletions
diff --git a/threadproc/win32/proc.c b/threadproc/win32/proc.c index b83e5a4c5..5a909eb1d 100644 --- a/threadproc/win32/proc.c +++ b/threadproc/win32/proc.c @@ -1,7 +1,7 @@ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. - * The AF licenses this file to You under the Apache License, Version 2.0 + * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * diff --git a/threadproc/win32/signals.c b/threadproc/win32/signals.c index 6982b91ff..b97023094 100644 --- a/threadproc/win32/signals.c +++ b/threadproc/win32/signals.c @@ -1,7 +1,7 @@ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. - * The AF licenses this file to You under the Apache License, Version 2.0 + * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * diff --git a/threadproc/win32/thread.c b/threadproc/win32/thread.c index d78213398..63dde0130 100644 --- a/threadproc/win32/thread.c +++ b/threadproc/win32/thread.c @@ -1,7 +1,7 @@ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. - * The AF licenses this file to You under the Apache License, Version 2.0 + * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * diff --git a/threadproc/win32/threadpriv.c b/threadproc/win32/threadpriv.c index 08ca0b662..0cbfe620e 100644 --- a/threadproc/win32/threadpriv.c +++ b/threadproc/win32/threadpriv.c @@ -1,7 +1,7 @@ /* Licensed to the Apache Software Foundation (ASF) under one or more * contributor license agreements. See the NOTICE file distributed with * this work for additional information regarding copyright ownership. - * The AF licenses this file to You under the Apache License, Version 2.0 + * The ASF licenses this file to You under the Apache License, Version 2.0 * (the "License"); you may not use this file except in compliance with * the License. You may obtain a copy of the License at * |