]> xenbits.xensource.com Git - libvirt.git/commitdiff
Typos: Get rid of dependan(t|cies)
authorMartin Kletzander <mkletzan@redhat.com>
Thu, 26 Mar 2015 06:36:07 +0000 (07:36 +0100)
committerMartin Kletzander <mkletzan@redhat.com>
Thu, 2 Apr 2015 14:05:32 +0000 (16:05 +0200)
Dependant is flagged as wrong in US dictionary (only valid in UK
dictionary, and even then, it has only the financial sense and not the
inter-relatedness sense that we are more prone to be wanting throughout
code).

Signed-off-by: Martin Kletzander <mkletzan@redhat.com>
src/libvirt-domain.c
src/libvirt-secret.c
src/util/virkmod.c
tools/virsh.pod

index f1608dcc788fd9335f18e279562c864e064a59ba..0d00af86ea12252289cd7a37c40fa59cf4d21a07 100644 (file)
@@ -2642,7 +2642,7 @@ virDomainGetXMLDesc(virDomainPtr domain, unsigned int flags)
  *
  * Reads native configuration data  describing a domain, and
  * generates libvirt domain XML. The format of the native
- * data is hypervisor dependant.
+ * data is hypervisor dependent.
  *
  * Returns a 0 terminated UTF-8 encoded XML instance, or NULL in case of error.
  *         the caller must free() the returned value.
@@ -2692,7 +2692,7 @@ virConnectDomainXMLFromNative(virConnectPtr conn,
  *
  * Reads a domain XML configuration document, and generates
  * a native configuration file describing the domain.
- * The format of the native data is hypervisor dependant.
+ * The format of the native data is hypervisor dependent.
  *
  * Returns a 0 terminated UTF-8 encoded native config datafile, or NULL in case of error.
  *         the caller must free() the returned value.
index 946d1b813266aaacffc3d6b043d84d53dc41b0a9..e77f223df515893ee1a5960ea5b54182cfb3c02d 100644 (file)
@@ -452,7 +452,7 @@ virSecretGetUsageType(virSecretPtr secret)
  *
  * Get the unique identifier of the object with which this
  * secret is to be used. The format of the identifier is
- * dependant on the usage type of the secret. For a secret
+ * dependent on the usage type of the secret. For a secret
  * with a usage type of VIR_SECRET_USAGE_TYPE_VOLUME the
  * identifier will be a fully qualfied path name. The
  * identifiers are intended to be unique within the set of
index e0bcdfc6098e4030b0e3cc76c0dbf818083b4d14..219fad61dfb681dfe0ed1d6a4cbd92f436abd782 100644 (file)
@@ -121,7 +121,7 @@ virKModLoad(const char *module, bool useBlacklist)
  * Remove or unload a module.
  *
  * NB: Do not use 'modprobe -r' here as that code will recursively
- * unload any modules that were dependancies of the one being removed
+ * unload any modules that were dependencies of the one being removed
  * even if things still require them. e.g. it'll see the 'bridge'
  * module has refcount of 0 and remove it, even if there are bridges
  * created on the host
index 5d52761edee22b6cb8253bc1261e8c9b2a83a6bb..79d50f9acb3e0e4eec5f8dee0fbebe0c30ff40a6 100644 (file)
@@ -3235,7 +3235,7 @@ B<Note>: A storage pool that relies on remote resources such as an
 times in order to have all the volumes detected (see B<pool-refresh>).
 This is because the corresponding volume devices may not be present in
 the host's filesystem during the initial pool startup or the current
-refresh attempt. The number of refresh retries is dependant upon the
+refresh attempt. The number of refresh retries is dependent upon the
 network connection and the time the host takes to export the
 corresponding devices.