Index: openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl,v
diff -u -r1.19.2.2 -r1.19.2.3
--- openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl	8 Oct 2019 16:31:45 -0000	1.19.2.2
+++ openacs-4/packages/oacs-dav/tcl/tDAV-procs.tcl	23 Oct 2019 07:49:44 -0000	1.19.2.3
@@ -362,7 +362,7 @@
 # Results:
 #     If the lock token in the Lock-Token header matches
 #     an existing lock return "unlocked". Processing of
-#     transction from the caller should continure. If
+#     transaction from the caller should continue. If
 #     the lock doesn't match return "filter_return". Generally
 #     this means either no Lock-Token header was provided or
 #     the Lock-Token header does not match the existing lock
Index: openacs-4/packages/oacs-dav/www/doc/index.html
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/oacs-dav/www/doc/index.html,v
diff -u -r1.6 -r1.6.2.1
--- openacs-4/packages/oacs-dav/www/doc/index.html	29 Mar 2018 17:28:50 -0000	1.6
+++ openacs-4/packages/oacs-dav/www/doc/index.html	23 Oct 2019 07:49:44 -0000	1.6.2.1
@@ -58,7 +58,7 @@
     <p>oacs_dav::handle_request determines the package_id that should
     handle the URI. This is based on the standard OpenACS site_node
     Tcl API. After the package is found, the root folder for that
-    package is retreived from the dav_package_folder_map table. Using
+    package is retrieved from the dav_package_folder_map table. Using
     the folder_id, and the URI of the request, the
     <code>content_item__get_id</code> pl/sql(plpgsql) procedure is
     called to find the item_id for the request. If no item_id is found