Skip to content

Commit a2f3cc2

Browse files
author
Christopher McArthur
committed
fix grammar
1 parent a701afb commit a2f3cc2

File tree

7 files changed

+14
-14
lines changed

7 files changed

+14
-14
lines changed

extending/python_requires_legacy.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Python requires (legacy)
77

88

99
This is a **deprecated** feature by the new :ref:`python_requires`. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
10-
to find the feature that replace this one.
10+
to find the feature that replaced this one.
1111

1212
The new, **under development** While they are
1313
recommended and usable and we will try not to break them in future releases, some breaking

howtos/custom_generators.rst

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ How to create and share a custom generator with generator packages
66
.. warning::
77

88
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
9-
to find the feature that replace this one.
9+
to find the feature that replaced this one.
1010

1111
There are several built-in generators, like ``cmake``, ``visual_studio``, ``xcode``... But what if your build system is not included or the
1212
existing built-in ones doesn't satisfy your needs? This **how to** will show you how to create a generator for
@@ -239,7 +239,7 @@ Storing generators in the Conan local cache
239239
.. warning::
240240
241241
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
242-
to find the feature that replace this one.
242+
to find the feature that replaced this one.
243243
244244
In addition to distributing them using Conan packages, custom generators can be stored
245245
in the generators folder in the Conan local cache (by default ``~/.conan/generators``).

integrations/build_system/cmake.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Conan can be integrated with CMake using different generators, build helpers and
88
.. warning::
99

1010
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
11-
to find the feature that replace this one.
11+
to find the feature that replaced this one.
1212

1313
The new, **under development** integration with CMake can be found in :ref:`conan_tools_cmake`. This is the integration that will
1414
become the standard one in Conan 2.0, and the below generators and integrations will be deprecated and removed. While they are

integrations/build_system/cmake/cmake_find_package_multi_generator.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
.. warning::
1010

1111
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
12-
to find the feature that replace this one.
12+
to find the feature that replaced this one.
1313

1414
This generator is similar to the :ref:`cmake_find_package<cmake_find_package_generator>` generator but it allows working with
1515
multi-configuration projects like ``Visual Studio`` with both ``Debug`` and ``Release``. But there are some differences:

integrations/build_system/msbuild.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
.. warning::
88

99
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
10-
to find the feature that replace this one.
10+
to find the feature that replaced this one.
1111

1212
The new, **under development** Using the ``conan.tools.microsoft`` tools: ``MSBuildDeps``, ``MSBuildToolchain`` and
1313
``MSBuild`` helpers to generate properties files for your project, containing information about the project dependencies

reference/build_helpers/cmake.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -374,7 +374,7 @@ patch_config_paths()
374374
.. warning::
375375

376376
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
377-
to find the feature that replace this one.
377+
to find the feature that replaced this one.
378378

379379
This method changes references to the absolute path of the installed package in exported CMake config files to the appropriate Conan
380380
variable. Method also changes references to other packages installation paths in export CMake config files to Conan variable

reference/tools.rst

+7-7
Original file line numberDiff line numberDiff line change
@@ -1479,7 +1479,7 @@ tools.Git()
14791479
.. warning::
14801480
14811481
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1482-
to find the feature that replace this one.
1482+
to find the feature that replaced this one.
14831483
14841484
.. code-block:: python
14851485
@@ -1530,7 +1530,7 @@ tools.SVN()
15301530
.. warning::
15311531
15321532
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1533-
to find the feature that replace this one.
1533+
to find the feature that replaced this one.
15341534
15351535
.. code-block:: python
15361536
@@ -1856,7 +1856,7 @@ tools.intel_compilervars_command()
18561856
.. warning::
18571857
18581858
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1859-
to find the feature that replace this one.
1859+
to find the feature that replaced this one.
18601860
18611861
.. code-block:: python
18621862
@@ -1900,7 +1900,7 @@ tools.intel_compilervars_dict()
19001900
.. warning::
19011901
19021902
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1903-
to find the feature that replace this one.
1903+
to find the feature that replaced this one.
19041904
19051905
.. code-block:: python
19061906
@@ -1936,7 +1936,7 @@ tools.intel_compilervars()
19361936
.. warning::
19371937
19381938
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1939-
to find the feature that replace this one.
1939+
to find the feature that replaced this one.
19401940
19411941
.. code-block:: python
19421942
@@ -1961,7 +1961,7 @@ tools.intel_installation_path()
19611961
.. warning::
19621962
19631963
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
1964-
to find the feature that replace this one.
1964+
to find the feature that replaced this one.
19651965
19661966
.. code-block:: python
19671967
@@ -2023,7 +2023,7 @@ tools.fix_symlinks():
20232023
.. warning::
20242024
20252025
This is a **deprecated** feature. Please refer to the :ref:`Migration Guidelines<conan2_migration_guide>`
2026-
to find the feature that replace this one.
2026+
to find the feature that replaced this one.
20272027
20282028
.. code-block:: python
20292029

0 commit comments

Comments
 (0)