Update Doku aus Driversourcen

Change-Id: I455f0813b970151089b3dc1b8d9407eea323cdd1
diff --git a/doc/hook/create_ob b/doc/hook/create_ob
index 7de7ba3..3bb8798 100644
--- a/doc/hook/create_ob
+++ b/doc/hook/create_ob
@@ -10,14 +10,14 @@
           int <closure> (object obj_to_init)
 
 DESCRIPTION
-        Optional hooks to initialize an explictely loaded
-        object/blueprint after creation.  Hook setting can be unbound
-        lambda closures, or the name of the function (static or public) to
+        Optional hooks to initialize an explicitly loaded
+        object/blueprint 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
+        argument. If the hook is a closure without arguments, it is bound to
         the object to be initalized and called.
 
         If the result of the closure call is a non-zero number, it is used
@@ -25,7 +25,7 @@
         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