]> git.ipfire.org Git - thirdparty/util-linux.git/blobdiff - libblkid/src/topology/topology.c
misc: Fix various typos
[thirdparty/util-linux.git] / libblkid / src / topology / topology.c
index f434aebc6b0ebe2c73d4a6138d572943f453a54a..105f386c92fe4cfbd16dce8eb09b9c02576b7399 100644 (file)
@@ -128,10 +128,10 @@ int blkid_probe_enable_topology(blkid_probe pr, int enable)
  *
  * WARNING: the returned object will be overwritten by the next
  *          blkid_probe_get_topology() call for the same @pr. If you want to
- *          use more blkid_topopogy objects in the same time you have to create
+ *          use more blkid_topology objects in the same time you have to create
  *          more blkid_probe handlers (see blkid_new_probe()).
  *
- * Returns: blkid_topopogy, or NULL in case of error.
+ * Returns: blkid_topology, or NULL in case of error.
  */
 blkid_topology blkid_probe_get_topology(blkid_probe pr)
 {