Skip to content

Commit

Permalink
chore: fix some typos
Browse files Browse the repository at this point in the history
  • Loading branch information
szhorvat committed Apr 27, 2024
1 parent d71ba69 commit 1cd199c
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion _posts/2020-02-14-igraph-0.8.0-python.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ support both Python versions.
As for Python 3, we are committing ourselves to supporting _at least_ the last
three minor releases of Python 3.

Although we are not suporting PyPy officially, `python-igraph` will also be
Although we are not supporting PyPy officially, `python-igraph` will also be
tested with PyPy regularly in a CI environment, and we will strive to fix any
issues that arise with PyPy. If you use `python-igraph` with PyPy and you are
willing to become an official maintainer responsible for PyPy compatibility,
Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-03-23-igraph-0.9.1-c.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ minor version bump. The changelog is below.

### Added

- `igraph_vector_lex_cmp()` and `igrapg_vector_colex_cmp()` for lexicographic
- `igraph_vector_lex_cmp()` and `igraph_vector_colex_cmp()` for lexicographic
and colexicographic comparison of vectors. These functions may also be used
for sorting.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2021-11-11-igraph-0.9.5-c.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ This release includes bug fixes and performance improvements only.

- Improved the root selection method for disconnected graphs in the
Reingold-Tilford layout (#1836). The new root selection method provides
niceer results if the graph is not a tree, although it is still recommended
nicer results if the graph is not a tree, although it is still recommended
to use the Sugiyama layout instead, unless the input graph is _almost_
a tree, in which case Reingold-Tilfold may still be preferred.

Expand Down
2 changes: 1 addition & 1 deletion _posts/2022-06-13-igraph-1.3.2-r.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ tags: r

[R-igraph](https://igraph.org/r/) 1.3.2, the second bugfix release of the 1.3
series is now released -- and it looks like we forgot to post an announcement
about 1.3.1, so in the rest of this post we summarnize the changes in versions
about 1.3.1, so in the rest of this post we summarize the changes in versions
1.3.1 and 1.3.2 as well.

As always, we tried to do our best not to cause breaking changes for users of
Expand Down

0 comments on commit 1cd199c

Please sign in to comment.