Fix typo in DownloadAction

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=190787979
This commit is contained in:
aquilescanta 2018-03-28 10:03:50 -07:00 committed by Oliver Woodman
parent e12f890dee
commit fbd7c0bd1f

View file

@ -138,7 +138,7 @@ public abstract class DownloadAction {
/** Serializes itself into the {@code output}. */
protected abstract void writeToStream(DataOutputStream output) throws IOException;
/** Returns whether this is action is for the same media as the {@code other}. */
/** Returns whether this is an action for the same media as the {@code other}. */
protected abstract boolean isSameMedia(DownloadAction other);
/** Creates a {@link Downloader} with the given parameters. */