[前][次][番号順一覧][スレッド一覧]

ruby-changes:73923

From: sampatbadhe <ko1@a...>
Date: Sat, 8 Oct 2022 12:36:24 +0900 (JST)
Subject: [ruby-changes:73923] 1fe2e34613 (master): Fix a typo Denail-of-Service => Denial-of-Service [ci skip]

https://git.ruby-lang.org/ruby.git/commit/?id=1fe2e34613

From 1fe2e3461303b59b298e3a700bbd0bb53f23031f Mon Sep 17 00:00:00 2001
From: sampatbadhe <sampatbadhe@g...>
Date: Sat, 8 Oct 2022 08:30:33 +0530
Subject: Fix a typo Denail-of-Service => Denial-of-Service [ci skip]

---
 doc/regexp.rdoc | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/doc/regexp.rdoc b/doc/regexp.rdoc
index a7e2a0786e..d623487a98 100644
--- a/doc/regexp.rdoc
+++ b/doc/regexp.rdoc
@@ -796,6 +796,6 @@ The other is timeout keyword of Regexp.new. https://github.com/ruby/ruby/blob/trunk/doc/regexp.rdoc#L796
 
 When using Regexps to process untrusted input, you should use the timeout
 feature to avoid excessive backtracking. Otherwise, a malicious user can
-provide input to Regexp causing Denail-of-Service attack.
+provide input to Regexp causing Denial-of-Service attack.
 Note that the timeout is not set by default because an appropriate limit
 highly depends on an application requirement and context.
-- 
cgit v1.2.1


--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]