diff options
| author | Julian Andres Klode <jak@debian.org> | 2022-01-05 16:37:11 +0000 |
|---|---|---|
| committer | Julian Andres Klode <jak@debian.org> | 2022-01-05 16:37:11 +0000 |
| commit | 0ce8ea6f1920a700a088ab9815cf63197fcf4dfb (patch) | |
| tree | 1b6bd910a7fbbe3dd8ce68732c626c3448a6cbf7 /apt-pkg/contrib | |
| parent | eac32564d294caf264cabb62c776444f973b111a (diff) | |
| parent | 01eed4234440d82fc52c8186cf4268517bcd28bc (diff) | |
Merge branch 'spelling' into 'main'
Spelling fixes
See merge request apt-team/apt!194
Diffstat (limited to 'apt-pkg/contrib')
| -rw-r--r-- | apt-pkg/contrib/cdromutl.cc | 2 | ||||
| -rw-r--r-- | apt-pkg/contrib/configuration.cc | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/apt-pkg/contrib/cdromutl.cc b/apt-pkg/contrib/cdromutl.cc index c0fe869d2..f4020176a 100644 --- a/apt-pkg/contrib/cdromutl.cc +++ b/apt-pkg/contrib/cdromutl.cc @@ -71,7 +71,7 @@ bool IsMounted(string &Path) // UnmountCdrom - Unmount a cdrom /*{{{*/ // --------------------------------------------------------------------- /* Forking umount works much better than the umount syscall which can - leave /etc/mtab inconsitant. We drop all messages this produces. */ + leave /etc/mtab inconsistent. We drop all messages this produces. */ bool UnmountCdrom(string Path) { // do not generate errors, even if the mountpoint does not exist diff --git a/apt-pkg/contrib/configuration.cc b/apt-pkg/contrib/configuration.cc index 03bdb12a8..5a7db1bbf 100644 --- a/apt-pkg/contrib/configuration.cc +++ b/apt-pkg/contrib/configuration.cc @@ -499,7 +499,7 @@ string Configuration::FindAny(const char *Name,const char *Default) const return Find(Name, Default); } /*}}}*/ -// Configuration::CndSet - Conditinal Set a value /*{{{*/ +// Configuration::CndSet - Conditional Set a value /*{{{*/ // --------------------------------------------------------------------- /* This will not overwrite */ void Configuration::CndSet(const char *Name,const string &Value) |
