https://gcc.gnu.org/bugzilla/show_bug.cgi?id=67721
--- Comment #6 from Mikael Morin <mikael at gcc dot gnu.org> ---
Author: mikael
Revision: 228170
Modified property: svn:log
Modified: svn:log at Thu Oct 1 14:03:32 2015
------------------------------------------------------------------------------
--- svn:log (original)
+++ svn:log Thu Oct 1 14:03:32 2015
@@ -3,7 +3,7 @@
This adds the missing deep copy when assiging a constructor of a derived
type with allocatable components to an array.
-The check for consantness is removed so that the deep_copy argument passed
+The check for constantness is removed so that the deep_copy argument passed
to gfc_trans_scalar_assign is set to true.
PR fortran/67721