Skip to content

Commit 9428090

Browse files
authored
Merge pull request #4595 from TechnoLibre/documentation-fix-typo
[FIX] fix some typos
2 parents 8163c83 + bfc94cd commit 9428090

File tree

5 files changed

+7
-7
lines changed

5 files changed

+7
-7
lines changed

docsource/040_run_migration.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ OpenUpgrade
1414
Make the `openupgrade_framework` and the `openupgrade_scripts` modules
1515
available in the addons path in the Odoo instance of the new version.
1616

17-
Or, for older versions: check out the OpenUpgrade source code from Github
17+
Or, for older versions: check out the OpenUpgrade source code from GitHub
1818
for the branches you need. Each branch migrates to its version from the
1919
previous version, so branch 13.0 migrates from 12.0 to 13.0. If you are
2020
migrating across multiple versions, you need to run each version of
@@ -87,7 +87,7 @@ Run the upgrade and check for errors. You will probably learn a lot about
8787
your data and have to do some manual clean up before and after the upgrade.
8888
Expect to repeat the process several times as you encounter errors, clean up
8989
your data, and try again. If necessary, ask for help or report bugs on
90-
Github.
90+
GitHub.
9191

9292
Write the missing migration scripts
9393
...................................

docsource/070_migration_files.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ The change description flags the following types of change:
117117
stopped doing so. You need to audit the function for any change in
118118
possible values and may need to map any differences you encounter.
119119

120-
(Of course, a selection function could change the set of posible values
120+
(Of course, a selection function could change the set of possible values
121121
in between functions.)
122122

123123
* The field changes type. This always calls for action in your upgrade
@@ -130,7 +130,7 @@ The change description flags the following types of change:
130130
res.partner.title.
131131

132132
* A relation field's relation changes. You need to migrate the one target
133-
model to the other, and update the references to them
133+
model to the other, and update the references to them.
134134

135135
* A field is deleted from the model (marked by 'DEL'). Also fields from
136136
deleted models are marked in this way. TODO: mark fields from deleted

docsource/080_migration_script_development.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ See `OpenUpgrade API <https://oca.github.io/openupgradelib/API.html>`_
3232
For many modules, a developer will not even need to write any function, but will
3333
"simply" need to call pre-existing functions from `openupgradelib` with the appropriate
3434
arguments. The main complexities becomes to learn what are the functions available in
35-
`openupgradelib` and then to select appropriatly the arguments (usually according to
35+
`openupgradelib` and then to select appropriately the arguments (usually according to
3636
the `openupgrade_analysis.txt`, see below).
3737

3838
For instance, the migration to version 13 of mass_mailing did not require any custom

docsource/090_contribute.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ Writing migration scripts for Odoo is a lot of work, that can not be
9696
accomplished by a single party. We need your help.
9797

9898
If you are at all interested in discussing strategic, functional or
99-
technical issues, please post an issue on the Github project:
99+
technical issues, please post an issue on the GitHub project:
100100
`<https://github.com/OCA/OpenUpgrade>`_.
101101

102102
If you are a developer, give the OpenUpgrade software a go and give us

docsource/100_maintain_repository.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ Manual changes
2424

2525
* In the ``OpenUpgrade``/``documentation`` branch, add a new line in ``build_openupgrade_docs``.
2626

27-
* Push a test database for the old release to Github (see https://github.com/OCA/OpenUpgrade/wiki/How-to-create-a-reference-database)
27+
* Push a test database for the old release to GitHub (see https://github.com/OCA/OpenUpgrade/wiki/How-to-create-a-reference-database)
2828

2929
* Execute the technical migration of ``openupgrade_framework``.
3030

0 commit comments

Comments
 (0)