summaryrefslogtreecommitdiff
path: root/doc/migrate_ci_to_ce/README.md
diff options
context:
space:
mode:
authorChris Spicer <git@cspicer.net>2016-05-29 22:34:58 -0700
committerChris Spicer <git@cspicer.net>2016-05-29 22:34:58 -0700
commit403eea7b7a100fd28e26a8d8e5888cfd8ff6214b (patch)
tree2aa1d4cb70f39b3a1dcee97dde996ee848c1b148 /doc/migrate_ci_to_ce/README.md
parenteda55662f387ca79f91b4f49dfd9dad12dfc9d6d (diff)
downloadgitlab-ce-403eea7b7a100fd28e26a8d8e5888cfd8ff6214b.tar.gz
errros -> errors
Diffstat (limited to 'doc/migrate_ci_to_ce/README.md')
-rw-r--r--doc/migrate_ci_to_ce/README.md2
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