From 10a17ee9c626b0d231806b8fab37cb7e3f0f9a1d Mon Sep 17 00:00:00 2001 From: Radek Novacek Date: Mon, 30 Jul 2012 09:49:42 +0200 Subject: Fix typo in get_system_creation_class_name method name --- src/globals.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/globals.c') diff --git a/src/globals.c b/src/globals.c index dea404a..2a2646b 100644 --- a/src/globals.c +++ b/src/globals.c @@ -55,7 +55,7 @@ const char *get_system_name() return _fqdn; } -const char *get_system_creationg_class_name() +const char *get_system_creation_class_name() { return "Linux_ComputerSystem"; } -- cgit