Skip to content

Commit

Permalink
Merge pull request #889 from peppy/fix-typo
Browse files Browse the repository at this point in the history
Fix a minor typo
  • Loading branch information
smoogipoo authored Jul 11, 2017
2 parents 6f75282 + 28f5f65 commit cf424f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion osu.Framework/Graphics/Containers/AsyncLoadWrapper.cs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ public AsyncLoadWrapper(Drawable content)

public override void Add(Drawable drawable)
{
throw new InvalidOperationException($@"{nameof(AsyncLoadWrapper)} doesn't support manually adding children. Please specify loadable conetnt in the constructor.");
throw new InvalidOperationException($@"{nameof(AsyncLoadWrapper)} doesn't support manually adding children. Please specify loadable content in the constructor.");
}

private readonly Drawable content;
Expand Down

0 comments on commit cf424f7

Please sign in to comment.