File: Fix-typo.patch

package info (click to toggle)
mruby 3.4.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 5,584 kB
  • sloc: ansic: 51,933; ruby: 29,510; yacc: 7,077; cpp: 517; makefile: 51; sh: 42
file content (28 lines) | stat: -rw-r--r-- 730 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
From 33940d9e90645174c62b102181d7a0bcc9e86883 Mon Sep 17 00:00:00 2001
From: Nobuhiro Iwamatsu <iwamatsu@debian.org>
Date: Thu, 23 Sep 2021 06:47:56 +0900
Subject: [PATCH] Fix typo

Fix from parenthesed to parenthesized.

Signed-off-by: Nobuhiro Iwamatsu <iwamatsu@debian.org>
---
 test/t/syntax.rb | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/t/syntax.rb b/test/t/syntax.rb
index 3b6de6c18..24f52fef0 100644
--- a/test/t/syntax.rb
+++ b/test/t/syntax.rb
@@ -416,7 +416,7 @@ assert('External command execution.') do
   true
 end
 
-assert('parenthesed do-block in cmdarg') do
+assert('parenthesized do-block in cmdarg') do
   class ParenDoBlockCmdArg
     def test(block)
       block.call
-- 
2.33.0