Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
titsuki committed Nov 13, 2016
1 parent 782a38b commit f92ab0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ MeCab depends on the following:

* mecab-ipadic-2.7.0-20070801

Once the build starts, it automatically downloads `mecab-0.996` and `mecab-mecab-ipadic-2.7.0-20070801` with `wget` and installs these stuffs under the `$HOME/.p6mecab` directory, where `$HOME` is your home directory.
Once the build starts, it automatically downloads `mecab-0.996` and `mecab-ipadic-2.7.0-20070801` with `wget` and installs these stuffs under the `$HOME/.p6mecab` directory, where `$HOME` is your home directory.

AUTHOR
======
Expand Down
2 changes: 1 addition & 1 deletion lib/MeCab.pm6
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ MeCab depends on the following:
=item1 mecab-0.996
=item1 mecab-ipadic-2.7.0-20070801
Once the build starts, it automatically downloads C<mecab-0.996> and C<mecab-mecab-ipadic-2.7.0-20070801> with C<wget> and installs these stuffs under the C<$HOME/.p6mecab> directory, where C<$HOME> is your home directory.
Once the build starts, it automatically downloads C<mecab-0.996> and C<mecab-ipadic-2.7.0-20070801> with C<wget> and installs these stuffs under the C<$HOME/.p6mecab> directory, where C<$HOME> is your home directory.
=head1 AUTHOR
Expand Down

0 comments on commit f92ab0e

Please sign in to comment.