Update Doku aus Driversourcen

Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/hook/create_super b/doc/hook/create_super
index a502730..0e51a4b 100644
--- a/doc/hook/create_super
+++ b/doc/hook/create_super
@@ -12,20 +12,21 @@
 DESCRIPTION
         Optional hooks to initialize a blueprint which is loaded by
         inheritance after creation.
+
         Hook setting can be unbound lambda closures, or the name of
         the function (static or public) to call in the object.
 
         If the hook is a closure expecting an argument, it is bound
         to the current object and called with the created object as
-        argument. If the hook as a closure without arguments, it is bound to
-        the object to be initalized and called.
+        argument. If the hook is a closure without arguments, it is bound to
+        the object to be initialized and called.
 
         If the result of the closure call is a non-zero number, it is used
         as the interval to wait before the first reset(), else the default
         interval computed from TIME_TO_RESET is used.
 
         If the hook is defined as the name of an lfun in the object,
-        it is called in the object with 0 as argument, and any result
+        it is called in the object with 0 as argument and any result
         is ignored.
 
 HISTORY