Add common custom words to dotsettings dictionary

Also fixes some typos and reduces spelling suggestions to hints.
This commit is contained in:
Dean Herbert
2018-07-05 11:32:09 +09:00
parent b02603000e
commit 1d6609d9f3
20 changed files with 67 additions and 47 deletions

View File

@ -54,7 +54,7 @@ namespace osu.Game.Rulesets.Osu.Tests
public struct ConvertValue : IEquatable<ConvertValue>
{
/// <summary>
/// A sane value to account for osu!stable using ints everwhere.
/// A sane value to account for osu!stable using <see cref="int"/>s everywhere.
/// </summary>
private const double conversion_lenience = 2;