Problem/Motivation

While reviewing a patch for a different issue, I noticed a minor typo in a comment in picture.module:

// Mutliple images, use srcset.

Proposed resolution

Before:
// Mutliple images, use srcset.

After:
// Multiple images, use srcset.

Remaining tasks

  1. Create patch
  2. Test patch

User interface changes

None.

API changes

None.

None.

Comments

chrisroane’s picture

Assigned: fureigh » chrisroane
fureigh’s picture

Assigned: chrisroane » Unassigned
Status: Active » Needs review
StatusFileSize
new574 bytes

Patch attached.

fureigh’s picture

Sorry about the jinx, chrisroane! I assigned it to myself in order to communicate that I was working on it, but I could've made that clearer. Patch attached with updated filename.

chrisroane’s picture

Status: Needs review » Reviewed & tested by the community

No problem. :) Patch looks good to me.

dries’s picture

Status: Reviewed & tested by the community » Fixed

Committed to 8.x. Thanks.

fureigh’s picture

Thank you! :)

schnitzel’s picture

Status: Fixed » Closed (fixed)

Automatically closed -- issue fixed for 2 weeks with no activity.

eli-t’s picture

Component: picture.module » responsive_image.module
Issue summary: View changes