Skip to content

Commit

Permalink
fix spelling gill -> gil
Browse files Browse the repository at this point in the history
  • Loading branch information
superusercode authored and Critical-Impact committed Jun 13, 2024
1 parent bcec672 commit b74d694
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions InventoryTools/PluginLogic.cs
Original file line number Diff line number Diff line change
Expand Up @@ -628,7 +628,7 @@ public void AddFilter(FilterConfiguration filterConfiguration)
PluginService.FilterService.AddFilter(filterConfiguration);
}

public void AddSampleFilter100Gil(string newName = "100 gill or less")
public void AddSampleFilter100Gil(string newName = "100 gil or less")
{
var sampleFilter = new FilterConfiguration(newName, FilterType.SearchFilter);
sampleFilter.DisplayInTabs = true;
Expand Down Expand Up @@ -1060,4 +1060,4 @@ protected virtual void Dispose(bool disposing)
Dispose (true);
}
}
}
}

0 comments on commit b74d694

Please sign in to comment.