Skip to content

Commit

Permalink
Fix typos
Browse files Browse the repository at this point in the history
Per pull request #179.

Author: Atsushi Torikoshi
Backpatch-through: 14
  • Loading branch information
michaelpq committed Apr 30, 2024
1 parent 05a9313 commit 35edad1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/hint_table.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ list. Joins on views and subqueries are not affected.
This hint, named "Leading", enforces the order of join on two or more tables.
There are two methods of enforcing it. The first method enforces a specific
order of joining but does not restrict the direction at each join level.
The second method enforces the join direction additionaly. See
The second method enforces the join direction additionally. See
[hint list](#hint-list) for more details. For example:

```sql
Expand Down
2 changes: 1 addition & 1 deletion docs/locale/ja/LC_MESSAGES/hint_table.po
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ msgid ""
"This hint \"Leading\" enforces the order of join on two or more tables. "
"There are two ways of enforcing. One is enforcing specific order of "
"joining but not restricting direction at each join level. Another enfoces"
" join direction additionaly. Details are seen in the [hint list](#hint-"
" join direction additionally. Details are seen in the [hint list](#hint-"
"list) table."
msgstr ""

Expand Down

0 comments on commit 35edad1

Please sign in to comment.