summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCorinna Vinschen <corinna@vinschen.de>2016-07-18 22:03:37 +0200
committerCorinna Vinschen <corinna@vinschen.de>2016-07-18 22:03:37 +0200
commit642c48095c50eba94527a03d68cc5084589073c1 (patch)
treef07af923f9e955d24ea90c5759ccb01337425b75
parent2082bcec41ac51ab12296288ecf1db040f2dc582 (diff)
downloadcygnal-642c48095c50eba94527a03d68cc5084589073c1.tar.gz
cygnal-642c48095c50eba94527a03d68cc5084589073c1.tar.bz2
cygnal-642c48095c50eba94527a03d68cc5084589073c1.zip
Fix typo
Signed-off-by: Corinna Vinschen <corinna@vinschen.de>
-rw-r--r--winsup/cygwin/release/2.5.32
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/cygwin/release/2.5.3 b/winsup/cygwin/release/2.5.3
index 4a1058c32..cbe4b0659 100644
--- a/winsup/cygwin/release/2.5.3
+++ b/winsup/cygwin/release/2.5.3
@@ -25,5 +25,5 @@ Bug Fixes
- Fix transposing invalid chars in Windows filenames on relative paths.
Addresses: https://cygwin.com/ml/cygwin/2016-07/msg00193.html
-- Fix truncl which was usding the wrong FPU rounding mode.
+- Fix truncl which was using the wrong FPU rounding mode.
Addresses: https://rt.perl.org/Public/Bug/Display.html?id=128665