? mm_s3_test.inc-1.patch
Index: contrib/mm_s3/mm_s3_test.inc
===================================================================
RCS file: /cvs/drupal-contrib/contributions/modules/media_mover/contrib/mm_s3/Attic/mm_s3_test.inc,v
retrieving revision 1.1.2.1.2.7
diff -r1.1.2.1.2.7 mm_s3_test.inc
1c1
<  <?php
---
> <?php
90c90
<          drupal_set_mesage(t("Could not create your bucket: ". $conf['mm_s3_bucket'] .",  probably already exists"), 'error');
---
>          drupal_set_message(t("Could not create your bucket: ". $conf['mm_s3_bucket'] .",  probably already exists"), 'error');
93c93
<         drupal_set_mesage(t("Created bucket ". $conf['mm_s3_bucket']));
---
>         drupal_set_message(t("Created bucket ". $conf['mm_s3_bucket']));
