Skip to content

Commit

Permalink
Spelling fixes
Browse files Browse the repository at this point in the history
Closes: rpm-software-management#851
Approved by: ignatenkobrain
  • Loading branch information
scop authored and DNF Bot committed Jun 25, 2017
1 parent 774df2e commit 7980f31
Show file tree
Hide file tree
Showing 10 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
4 changes: 2 additions & 2 deletions dnf.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down Expand Up @@ -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)
Expand Down
6 changes: 3 additions & 3 deletions dnf/cli/commands/repoquery.py
Original file line number Diff line number Diff line change
Expand Up @@ -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.'),
Expand All @@ -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 = {
Expand Down
2 changes: 1 addition & 1 deletion dnf/rpm/transaction.py
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion doc/api_base.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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])

Expand Down
2 changes: 1 addition & 1 deletion doc/api_cli.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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`.

Expand Down
2 changes: 1 addition & 1 deletion doc/api_repos.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/release_notes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down
2 changes: 1 addition & 1 deletion etc/dnf/automatic.conf
Original file line number Diff line number Diff line change
Expand Up @@ -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.
#
Expand Down
2 changes: 1 addition & 1 deletion scripts/update_releasenotes.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit 7980f31

Please sign in to comment.