diff options
author | Chris Spicer <git@cspicer.net> | 2016-05-29 22:34:58 -0700 |
---|---|---|
committer | Chris Spicer <git@cspicer.net> | 2016-05-29 22:34:58 -0700 |
commit | 403eea7b7a100fd28e26a8d8e5888cfd8ff6214b (patch) | |
tree | 2aa1d4cb70f39b3a1dcee97dde996ee848c1b148 | |
parent | eda55662f387ca79f91b4f49dfd9dad12dfc9d6d (diff) | |
download | gitlab-ce-403eea7b7a100fd28e26a8d8e5888cfd8ff6214b.tar.gz |
errros -> errors
-rw-r--r-- | doc/migrate_ci_to_ce/README.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/migrate_ci_to_ce/README.md b/doc/migrate_ci_to_ce/README.md index 5ec0a2069b5..8f9ef054949 100644 --- a/doc/migrate_ci_to_ce/README.md +++ b/doc/migrate_ci_to_ce/README.md @@ -355,7 +355,7 @@ sudo chown git:git /var/opt/gitlab/gitlab-ci/builds ``` #### Problems when importing CI database to GitLab -If you were migrating CI database from MySQL to PostgreSQL manually you can see errros during import about missing sequences: +If you were migrating CI database from MySQL to PostgreSQL manually you can see errors during import about missing sequences: ``` ALTER SEQUENCE ERROR: relation "ci_builds_id_seq" does not exist |