Skip to content

Commit

Permalink
Fix a minor typo
Browse files Browse the repository at this point in the history
  • Loading branch information
peppy committed Jul 11, 2017
1 parent 6f75282 commit 28f5f65
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 28f5f65

Please sign in to comment.