Fix some further typos
[grml-scripts.git] / compile / vmware-detect.c
index 0269b90..c99e36f 100644 (file)
@@ -1,3 +1,11 @@
+/* Filename:      vmware-detect.c
+*  Purpose:       Detect if running inside vmware
+*  Authors:       grml-team (grml.org), (c) Michael Gebetsroither <gebi@grml.org>
+*  Bug-Reports:   see http://grml.org/bugs/
+*  License:       This file is licensed under the GPL v2.
+*******************************************************************************/
+// return 0 if running inside vmware, 1 otherwise
+
 #include "string.h"
 #include "unistd.h"
 #include "stdio.h"
@@ -121,7 +129,7 @@ int main(int argc, char* argv[]) {
         return EXIT_SUCCESS;
     } else {
         if(!Killed) {
-            // check unuseable or not implemented
+            // check unusable or not implemented
             DWRITE("false\n");
             DWRITE("Check not implemented, yet!\n");
             return a ? EXIT_SUCCESS : EXIT_FAILURE;