diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2021-11-04 00:08:07 +0200 |
|---|---|---|
| committer | Ville Skyttä <ville.skytta@iki.fi> | 2021-11-27 12:22:38 +0200 |
| commit | 01eed4234440d82fc52c8186cf4268517bcd28bc (patch) | |
| tree | 0a21bc964c35024494df59a1ee186520b61ca6eb /apt-pkg/contrib | |
| parent | 2662f6f255a2f1fee25632dc7666d4153bf5248c (diff) | |
Spelling fixes
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) |
