Index: openacs-4/packages/acs-object-management/tcl/object-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-object-management/tcl/object-procs.tcl,v diff -u -N -r1.11 -r1.12 --- openacs-4/packages/acs-object-management/tcl/object-procs.tcl 4 Jun 2018 11:11:13 -0000 1.11 +++ openacs-4/packages/acs-object-management/tcl/object-procs.tcl 11 Jul 2018 10:37:41 -0000 1.12 @@ -137,7 +137,7 @@ 1. We don't call the object type's "new" function, if one exists. This package doesn't create them, and in general I'd like to move away from them as it's - one of the things that makes supporting both oracle and postgresql burdensome. + one of the things that makes supporting both oracle and PostgreSQL burdensome. 2. This means that this function will fail if an object type has a "new" function that does tricky things beyond simply creating the supertype object, then