Navigation Menu

Skip to content

Commit

Permalink
doc: fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
kou committed Aug 13, 2012
1 parent bfcec03 commit abb125f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions doc/locale/ja/LC_MESSAGES/development.po
Expand Up @@ -8,7 +8,7 @@ msgstr ""
"Project-Id-Version: 2.0.4\n"
"Report-Msgid-Bugs-To: \n"
"POT-Creation-Date: 2012-06-09 23:15\n"
"PO-Revision-Date: 2012-06-09 23:16+0900\n"
"PO-Revision-Date: 2012-08-13 13:47+0900\n"
"Last-Translator: Kouhei Sutou <kou@clear-code.com>\n"
"Language-Team: Japanese\n"
"Language: ja\n"
Expand Down Expand Up @@ -87,7 +87,7 @@ msgstr "``.travis.yml`` でビルド方法を変更することができます

# 18a966a785e642798568e44c7d0cc3e0
#: ../../../source/development/travis-ci.txt:33
msgid "Add the following ``before_install`` configuration to ``.travisyml``::"
msgid "Add the following ``before_install`` configuration to ``.travis.yml``::"
msgstr "以下の ``before_install`` の設定を ``.travis.yml`` に加えます::"

# a6b8de9cbf144b01979b948a8a865b2d
Expand Down
2 changes: 1 addition & 1 deletion doc/source/development/travis-ci.txt
Expand Up @@ -30,7 +30,7 @@ can use ``before_install`` hook or ``install`` hook. You should use
``before_install`` if your software uses a language that is supported
by Travis CI such as Ruby. You should use ``install`` otherwise.

Add the following ``before_install`` configuration to ``.travisyml``::
Add the following ``before_install`` configuration to ``.travis.yml``::

before_install:
- curl https://raw.github.com/groonga/groonga/master/data/travis/setup.sh | sh
Expand Down

0 comments on commit abb125f

Please sign in to comment.