Skip to content

Commit 82bf477

Browse files
committed
chore: fix spelling
1 parent 082c7a3 commit 82bf477

4 files changed

+17
-17
lines changed

_data/mgems.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1833,7 +1833,7 @@
18331833
repository: https://github.com/k0kubun/mruby-specinfra.git
18341834
repooptions:
18351835
- name: mruby-sqlite
1836-
description: "(Another) SQLite3 mrbgem, aiming for compatability with MRI's sqlite3
1836+
description: "(Another) SQLite3 mrbgem, aiming for compatibility with MRI's sqlite3
18371837
gem."
18381838
author: Jared Breeden
18391839
website: https://github.com/jbreeden/mruby-sqlite

_posts/2019-04-04-mruby-2.0.1-released.markdown

+14-14
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
1-
---
2-
layout: post
3-
title: "mruby 2.0.1 released"
4-
date: 2019-04-04 00:00:00
5-
categories: releases
6-
---
7-
1+
---
2+
layout: post
3+
title: "mruby 2.0.1 released"
4+
date: 2019-04-04 00:00:00
5+
categories: releases
6+
---
7+
88
# mruby 2.0.1
99

10-
We are proudly annoucing the stable release of mruby 2.0 series - mruby 2.0.1.
10+
We are proudly announcing the stable release of mruby 2.0 series - mruby 2.0.1.
1111

1212
---
1313

@@ -133,7 +133,7 @@ Developers must use following APIs for accessing attributes of RRange because RR
133133
134134
- Fixed a bug on platforms without `BYTE_ORDER`; fix [#4190](https://github.com/mruby/mruby/issues/4190)
135135
- Fix 0.0 and -0.0 handling.
136-
- Fix dump/load float leteral evaluate to infinity.
136+
- Fix dump/load float literal evaluate to infinity.
137137
- Fix `Symbol#size` for multi-byte characters with `MRB_UTF8_STRING`.
138138
- Add `OP_ENTER` to blocks without parameters; fix [#4175](https://github.com/mruby/mruby/issues/4175)
139139
- Should not check non-node value to `void_expr_error`; fix [#4203](https://github.com/mruby/mruby/issues/4175) [#4192](https://github.com/mruby/mruby/issues/4192)
@@ -145,8 +145,8 @@ Developers must use following APIs for accessing attributes of RRange because RR
145145
146146
We have done 371 commits to 163 files, 2,397 lines were added, 1,570 lines removed since mruby 2.0.0. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.0.0...2.0.1).
147147
148-
## Evaluated mrbgems list (NPO mruby forum)
149-
150-
[See the list](http://forum.mruby.org/download/index201EN.html).
151-
152-
Let's try `mruby 2.0.1`.
148+
## Evaluated mrbgems list (NPO mruby forum)
149+
150+
[See the list](http://forum.mruby.org/download/index201EN.html).
151+
152+
Let's try `mruby 2.0.1`.

_posts/2019-11-10-mruby-2.1.0-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -249,7 +249,7 @@ There are three major breaking changes from mruby 2.0.1.
249249
- memcpy-param-overlap in str_replace_partial. (#4627)
250250
- Symbol#inspect does not handle Unicode characters. (#4678)
251251
- mrb_funcall returns odd value. (#4696)
252-
- behavior of alias is defferent from CRuby. (#4718)
252+
- behavior of alias is different from CRuby. (#4718)
253253
- compile error at master by clang 9. (#4786)
254254

255255
---

_posts/2020-08-06-mruby-2.1.2-released.markdown

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,6 +91,6 @@ We are announcing the stable release of mruby 2.1 series - [mruby 2.1.2](https:/
9191

9292
---
9393

94-
We have done 185 commits to 99 files with 14,883 addtions and 1,653 deletions since mruby 2.1.1. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.1.1...2.1.2).
94+
We have done 185 commits to 99 files with 14,883 additions and 1,653 deletions since mruby 2.1.1. For more detail of the updates, [see Commit Log](https://github.com/mruby/mruby/compare/2.1.1...2.1.2).
9595

9696
Thanks all the contributors who have worked on bug fix and improvements in the release of `mruby 2.1.2`.

0 commit comments

Comments
 (0)