diff --git a/tutorial/versioning/revisions.rst b/tutorial/versioning/revisions.rst index 45a603e13a9..8834943fe06 100644 --- a/tutorial/versioning/revisions.rst +++ b/tutorial/versioning/revisions.rst @@ -68,7 +68,7 @@ This recipe **revision** is the hash of the contents of the recipe, including t and the exported sources (``src/main.cpp``, ``CMakeLists.txt``, etc., that is, all files exported in the recipe). -We can now edit the ``conanfile.py``, to define the ``licence`` value: +We can now edit the ``conanfile.py``, to define the ``license`` value: .. code-block:: python :caption: hello/conanfile.py