From db9bc1429d4614f9494eac5e9662c83a97dd6b04 Mon Sep 17 00:00:00 2001
From: ilor <kailoran@gmail.com>
Date: Tue, 7 Jun 2011 16:35:53 +0200
Subject: [PATCH] typo in comment

---
 libpwrutils/plugin.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/libpwrutils/plugin.cpp b/libpwrutils/plugin.cpp
index 157aac4..6fd7305 100644
--- a/libpwrutils/plugin.cpp
+++ b/libpwrutils/plugin.cpp
@@ -41,7 +41,7 @@ bool load(const std::string &scope, const std::string &name, bool quiet)
 		}
 		return false;
 	}
-	// run plugin init function if it exiests
+	// run plugin init function if it exists
 	typedef void (*init_func_t)();
 	init_func_t init_func = reinterpret_cast<init_func_t>(
 			dlsym(handle, "pwrnlp_plugin_init"));
-- 
GitLab