Fix some typos in comments

This commit is contained in:
Dan Kenigsberg
2009-10-27 00:02:46 +01:00
committed by Matthias Bolte
parent 74c81b5d93
commit 0b74bc622c
3 changed files with 14 additions and 14 deletions

View File

@@ -812,7 +812,7 @@ static struct qemud_server *qemudInitialize(int sigread) {
#ifdef WITH_DRIVER_MODULES
/* We don't care if any of these fail, because the whole point
* is to allow users to only install modules they want to use.
* If they try to use a open a connection for a module that
* If they try to open a connection for a module that
* is not loaded they'll get a suitable error at that point
*/
virDriverLoadModule("network");