]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commitdiff
doc: fix typos and outdated refs across developer guide 68082/head
authorLumir Sliva <lumir.sliva@firma.seznam.cz>
Sat, 28 Mar 2026 23:43:27 +0000 (00:43 +0100)
committerLumir Sliva <lumir.sliva@firma.seznam.cz>
Sat, 28 Mar 2026 23:43:27 +0000 (00:43 +0100)
Fix 'elipsis' to 'ellipsis' in SubmittingPatches.rst, update
outdated 'master' branch references to 'main' in essentials.rst
and running-tests-locally.rst, fix 'sometime' to 'sometimes' in
merging.rst, and remove duplicated word in teuthology-intro.rst.

Signed-off-by: Lumir Sliva <lumir.sliva@firma.seznam.cz>
SubmittingPatches.rst
doc/dev/developer_guide/essentials.rst
doc/dev/developer_guide/merging.rst
doc/dev/developer_guide/running-tests-locally.rst
doc/dev/developer_guide/testing_integration_tests/tests-integration-testing-teuthology-intro.rst

index 5869bba81422abad5a6bb42d31011fd7a0674618..ad8211b3f53a2400922d121d7fdcdd4863bb61c2 100644 (file)
@@ -214,9 +214,9 @@ the following difference: the PR title describes the entire set of changes,
 while the `Commit title`_ describes only the changes in a particular commit. 
 
 If GitHub suggests a PR title based on a very long commit message it will split
-the result with an elipsis (...) and fold the remainder into the PR description.
+the result with an ellipsis (...) and fold the remainder into the PR description.
 In such a case, please edit the title to be more concise and the description to
-remove the elipsis.
+remove the ellipsis.
 
 Keep in mind that the PR titles feed directly into the script that generates
 release notes and it is tedious to clean up non-conformant PR titles at release
index 230b1e81d826504adaccb774a4ca126c211398db..c512190999756114a46e82ab339683dde22d8782 100644 (file)
@@ -35,7 +35,7 @@ terms of the LGPL2.1 or LGPL3.0. For full details, see the file
 `COPYING`_ in the top-level directory of the source-code tree.
 
 .. _`COPYING`:
-  https://github.com/ceph/ceph/blob/master/COPYING
+  https://github.com/ceph/ceph/blob/main/COPYING
 
 Source code repositories
 ------------------------
index 7e41bd483d44e2f59dbb9a6091cd2e0f72e7aed0..7821d548f60b4ba8e37b577b71e92090079b69fa 100644 (file)
@@ -111,7 +111,7 @@ What ?
 ^^^^^^
 
 * Bug fixes
-* Features are sometime accepted
+* Features are sometimes accepted
 * Commits should be cherry-picked from *main* when possible
 * Commits that are not cherry-picked from *main* must pertain to a bug unique to
   the stable release
index f8d84efa67a994021dd3409ca6283a840d320a85..6a9b3e1faaa13534fe3f4e062b91e61550d5c10c 100644 (file)
@@ -188,7 +188,7 @@ To run a workunit (e.g ``mon/osd.sh``) do the following::
 
     $ ./qa/workunits/mon/osd.sh
 
-.. _test_reconnect_timeout: https://github.com/ceph/ceph/blob/master/qa/tasks/cephfs/test_client_recovery.py#L133
-.. _TestClientRecovery: https://github.com/ceph/ceph/blob/master/qa/tasks/cephfs/test_client_recovery.py#L86
+.. _test_reconnect_timeout: https://github.com/ceph/ceph/blob/main/qa/tasks/cephfs/test_client_recovery.py#L133
+.. _TestClientRecovery: https://github.com/ceph/ceph/blob/main/qa/tasks/cephfs/test_client_recovery.py#L86
 .. _teuthology: https://github.com/ceph/teuthology
-.. _vstart_runner.py: https://github.com/ceph/ceph/blob/master/qa/tasks/vstart_runner.py
+.. _vstart_runner.py: https://github.com/ceph/ceph/blob/main/qa/tasks/vstart_runner.py
index 9fa95118a161cb2c4aa0eb64c3b5f071c7a929e4..e97911c3e4efa9cfe680270cbf2ee59940b85bd7 100644 (file)
@@ -40,7 +40,7 @@ nightlies" because the Ceph core developers used to live and work in
 the same time zone and from their perspective the tests were run overnight.
 
 The results of nightly test runs are published at http://pulpito.ceph.com/
-under the user ``teuthology``. The developer nick appears in URL of the the
+under the user ``teuthology``. The developer nick appears in URL of the
 test results and in the first column of the Pulpito dashboard.  The results are
 also reported on the `ceph-qa mailing list <https://ceph.com/irc/>`_.