Git commit a743a707eeb6811ee8a78af6ec8eba5e156b18bc by Yuri Chornoivan. Committed on 02/02/2011 at 14:22. Pushed by ashark into branch 'docbook_historied_per_file'.
fix typos in documentation: opiton->option, specific->specify Original commit: 5735e9eb https://invent.kde.org/sdk/kdesrc-build/-/commit/5735e9eb719c36078c6d67d8b464a462d8997bcc M +1 -1 doc/getting-started/kde-modules-and-selection.docbook M +1 -1 doc/kdesrc-buildrc/conf-options-table.docbook https://invent.kde.org/sdk/kdesrc-build/-/commit/a743a707eeb6811ee8a78af6ec8eba5e156b18bc diff --git a/doc/getting-started/kde-modules-and-selection.docbook b/doc/getting-started/kde-modules-and-selection.docbook index ae86ee46..665fc8f5 100644 --- a/doc/getting-started/kde-modules-and-selection.docbook +++ b/doc/getting-started/kde-modules-and-selection.docbook @@ -132,7 +132,7 @@ module based just on the module name. Because of this, a concept called <para>By using a module set, you can quickly declare many Git modules to be downloaded and built, as if you'd typed out a separate module declaration for -each one. The <link linkend="conf-repository">repository</link> opiton is +each one. The <link linkend="conf-repository">repository</link> option is handled specially to setup where each module is downloaded from, which every other option contained in the module set is copied to every module generated in this fashion.</para> diff --git a/doc/kdesrc-buildrc/conf-options-table.docbook b/doc/kdesrc-buildrc/conf-options-table.docbook index fcebb341..e977bf9f 100644 --- a/doc/kdesrc-buildrc/conf-options-table.docbook +++ b/doc/kdesrc-buildrc/conf-options-table.docbook @@ -318,7 +318,7 @@ name to reference a specific Git repository base URL in later <link linkend="module-sets">module set</link> declarations, which is useful for quickly declaring many Git modules to build.</para> -<para>You must specific two things (separated by a space): The name to assign +<para>You must specify two things (separated by a space): The name to assign to the base URL, and the actual base URL itself. For example:</para> <para>
