diff --git a/README.rst b/README.rst index 45525d929a..08b8f8d749 100644 --- a/README.rst +++ b/README.rst @@ -30,7 +30,7 @@ sources. All commands should be run from the DNF git checkout directory. -To install the build dependancies:: +To install the build dependencies:: sudo dnf builddep dnf.spec diff --git a/dnf.spec b/dnf.spec index 9b6b8ab402..df090bce40 100644 --- a/dnf.spec +++ b/dnf.spec @@ -1259,7 +1259,7 @@ popd - i18n: computing width of char right (RhBug:1174136) (Jan Silhan) - cosmetic: renamed _splitArg -> _split_arg (Jan Silhan) - conf: removed include name conflict (RhBug:1055910) (Jan Silhan) -- output: removed unpredictible decision based on probability introduced in ab4d2c5 (Jan Silhan) +- output: removed unpredictable decision based on probability introduced in ab4d2c5 (Jan Silhan) - output: history list is not limited to 20 records (RhBug:1155918) (Jan Silhan) - doc: referenced forgotten bug fix to release notes (Jan Silhan) - cosmetic: doc: removed duplicated word (Jan Silhan) @@ -1629,7 +1629,7 @@ popd - groups: store format version of the groups db. (Ales Kozumplik) - groups: saving the persistent data. (Ales Kozumplik) - refactor: extract out the transactioning part of _main(). (Ales Kozumplik) -- groups: Integrate the redone componenets with Base. (Ales Kozumplik) +- groups: Integrate the redone components with Base. (Ales Kozumplik) - Add comps Solver. (Ales Kozumplik) - groups: redo the GroupPersistor class. (Ales Kozumplik) - doc: faq: why we don't check for root. (RhBug:1088166) (Ales Kozumplik) diff --git a/dnf/cli/commands/repoquery.py b/dnf/cli/commands/repoquery.py index ec99bebab1..ac3f654ba2 100644 --- a/dnf/cli/commands/repoquery.py +++ b/dnf/cli/commands/repoquery.py @@ -192,7 +192,7 @@ def set_argparser(parser): help=_('limit the query to installed packages with unsatisfied dependencies')) parser.add_argument('--location', action='store_true', help=_('show a location from where packages can be downloaded')) - package_atribute = parser.add_mutually_exclusive_group() + package_attribute = parser.add_mutually_exclusive_group() help_msgs = { 'conflicts': _('Display capabilities that the package conflicts with.'), 'enhances': _('Display capabilities that the package can enhance.'), @@ -205,8 +205,8 @@ def set_argparser(parser): } for arg, help_msg in help_msgs.items(): name = '--%s' % arg - package_atribute.add_argument(name, dest='packageatr', action='store_const', - const=arg, help=help_msg) + package_attribute.add_argument(name, dest='packageatr', action='store_const', + const=arg, help=help_msg) parser.add_argument('--available', action="store_true", help=_('Display only available packages.')) help_list = { diff --git a/dnf/rpm/transaction.py b/dnf/rpm/transaction.py index cfb4f61e21..df66fa4df2 100644 --- a/dnf/rpm/transaction.py +++ b/dnf/rpm/transaction.py @@ -103,7 +103,7 @@ def test(self, cb, conf={}): origflags = self.getTsFlags() self.addTsFlag(rpm.RPMTRANS_FLAG_TEST) - # FIXME GARBAGE - remove once this is reimplemented elsehwere + # FIXME GARBAGE - remove once this is reimplemented elsewhere # KEEPING FOR API COMPLIANCE ONLY if conf.get('diskspacecheck') == 0: self.ts.setProbFilter(rpm.RPMPROB_FILTER_DISKSPACE) diff --git a/doc/api_base.rst b/doc/api_base.rst index f6a16b81bf..b5da4293b6 100644 --- a/doc/api_base.rst +++ b/doc/api_base.rst @@ -64,7 +64,7 @@ .. method:: configure_plugins() - Configure plugins by runing their configure() method. + Configure plugins by running their configure() method. .. method:: fill_sack([load_system_repo=True, load_available_repos=True]) diff --git a/doc/api_cli.rst b/doc/api_cli.rst index a2f605e8cf..ab5863b8a7 100644 --- a/doc/api_cli.rst +++ b/doc/api_cli.rst @@ -86,7 +86,7 @@ When packaging your custom command, we recommend you to define a virtual provide .. method:: __init__(cli) - Command constructor which can be overriden. The constructor is called during + Command constructor which can be overridden. The constructor is called during CLI configure phase when one of the command's aliases is parsed from `dnf` commandline. `cli` is an instance of :class:`dnf.cli.Cli`. diff --git a/doc/api_repos.rst b/doc/api_repos.rst index 77ab5514da..eaa1e301fc 100644 --- a/doc/api_repos.rst +++ b/doc/api_repos.rst @@ -123,7 +123,7 @@ Repository Configuration .. attribute:: pkgdir - Directory where packages of a remote repo will be downloaded to. By default it is derived from `cachedir` in :meth:`.__init__` but can be overriden by assigning to this attribute. + Directory where packages of a remote repo will be downloaded to. By default it is derived from `cachedir` in :meth:`.__init__` but can be overridden by assigning to this attribute. .. attribute:: proxy diff --git a/doc/release_notes.rst b/doc/release_notes.rst index e9ad7f8d3f..2d060361e0 100644 --- a/doc/release_notes.rst +++ b/doc/release_notes.rst @@ -1602,7 +1602,7 @@ drastically, bringing code simplification, better maintainability and better testability. In Fedora, there is a change in the spec file effectively preventing the -makecache timer from running *immediatelly after installation*. The timer +makecache timer from running *immediately after installation*. The timer service is still enabled by default, but unless the user starts it manually with ``systemctl start dnf-makecache.timer`` it will not run until after the first reboot. This is in alignment with Fedora packaging best practices. diff --git a/etc/dnf/automatic.conf b/etc/dnf/automatic.conf index f19f8f191b..be027817b7 100644 --- a/etc/dnf/automatic.conf +++ b/etc/dnf/automatic.conf @@ -5,7 +5,7 @@ upgrade_type = default random_sleep = 300 -# To just recieve updates use dnf-automatic-notifyonly.timer +# To just receive updates use dnf-automatic-notifyonly.timer # Whether updates should be downloaded when they are available. # diff --git a/scripts/update_releasenotes.py b/scripts/update_releasenotes.py index fe0f6f2645..9261515ce0 100755 --- a/scripts/update_releasenotes.py +++ b/scripts/update_releasenotes.py @@ -1033,7 +1033,7 @@ def test_releasenotesparser(self): 'managing mechanisms have changed\ndrastically, bringing code ' 'simplification, better maintainability and better\ntestability.\n' '\nIn Fedora, there is a change in the spec file effectively ' - 'preventing the\nmakecache timer from running *immediatelly after ' + 'preventing the\nmakecache timer from running *immediately after ' 'installation*. The timer\nservice is still enabled by default, ' 'but unless the user starts it manually with\n``systemctl start ' 'dnf-makecache.timer`` it will not run until after the first\n'