Index: openacs-4/packages/photo-album/tcl/photo-album-procs.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/tcl/photo-album-procs.tcl,v
diff -u -r1.23 -r1.24
--- openacs-4/packages/photo-album/tcl/photo-album-procs.tcl	26 May 2017 18:05:36 -0000	1.23
+++ openacs-4/packages/photo-album/tcl/photo-album-procs.tcl	29 Mar 2018 08:19:43 -0000	1.24
@@ -358,9 +358,9 @@
 
     ImageMagick will retain the aspect ratio of the base_image when creating the new_image
      
-     jhead -dt is called to delete any embeded thumbnail since digital camera thumbnails
+     jhead -dt is called to delete any embedded thumbnail since digital camera thumbnails
      can be quite large and imagemagick does not remove them when converting (so thumbnails
-     can end up being 8k for the thumbnail + 32k for the embeded thumbnail). 
+     can end up being 8k for the thumbnail + 32k for the embedded thumbnail). 
 
     @param base_image original image filename 
     @param new_image new image filename 
Index: openacs-4/packages/photo-album/www/album-add.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/album-add.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/photo-album/www/album-add.tcl	7 Aug 2014 07:59:49 -0000	1.8
+++ openacs-4/packages/photo-album/www/album-add.tcl	29 Mar 2018 08:19:43 -0000	1.9
@@ -50,7 +50,7 @@
 }
 
 if { [template::form is_valid album_add] } {
-    # vaild new album submission so create new album
+    # valid new album submission so create new album
     set user_id [ad_conn user_id]
     set peeraddr [ad_conn peeraddr]
     set album_id [template::element::get_value album_add album_id]
Index: openacs-4/packages/photo-album/www/album.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/album.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/photo-album/www/album.tcl	28 Jun 2015 12:56:09 -0000	1.8
+++ openacs-4/packages/photo-album/www/album.tcl	29 Mar 2018 08:19:43 -0000	1.9
@@ -59,7 +59,7 @@
 set delete_p [expr {!($has_children_p) && $album_delete_p && $folder_write_p}]
 
 # Did we get a msg id, if so display it at the top of the page
-# TODO: JCD: We should remove it from vars so it does not propigate
+# TODO: JCD: We should remove it from vars so it does not propagate
 array set msgtext { 
     1 {<strong>Your text changes have been saved and any image changes such as rotations 
         are being carried out in the background</strong>}
Index: openacs-4/packages/photo-album/www/folder-edit.tcl
===================================================================
RCS file: /usr/local/cvsroot/openacs-4/packages/photo-album/www/folder-edit.tcl,v
diff -u -r1.8 -r1.9
--- openacs-4/packages/photo-album/www/folder-edit.tcl	7 Aug 2014 07:59:50 -0000	1.8
+++ openacs-4/packages/photo-album/www/folder-edit.tcl	29 Mar 2018 08:19:43 -0000	1.9
@@ -44,7 +44,7 @@
 }
 
 if { [template::form is_valid folder_edit] } {
-    # vaild new sub-folder submission so create new subfolder
+    # valid new sub-folder submission so create new subfolder
 
     set folder_id [template::element::get_value folder_edit folder_id]
     set label [template::element::get_value folder_edit label]