* src/esx/esx_driver.c: Fix spelling of 'relative'.
* src/util/util.c: Likewise.
VIR_DEBUG("usedCpuTimeCounterId %d END", priv->usedCpuTimeCounterId);
/*
- * FIXME: Cannot map between realtive used-cpu-time and absolute
+ * FIXME: Cannot map between relative used-cpu-time and absolute
* info->cpuTime
*/
}
/*
- * Creates an absolute path for a potentialy realtive path.
+ * Creates an absolute path for a potentially relative path.
* Return 0 if the path was not relative, or on success.
* Return -1 on error.
*