Skip to content
This repository was archived by the owner on Dec 24, 2022. It is now read-only.

Commit 08aa01b

Browse files
committed
fix typo
1 parent d41d7fb commit 08aa01b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ServiceStack.Text/StringExtensions.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -919,7 +919,7 @@ public static IEnumerable<string> ReadLines(this string text)
919919
}
920920
}
921921

922-
public static int CountOccurancesOf(this string text, char needle)
922+
public static int CountOccurrencesOf(this string text, char needle)
923923
{
924924
var chars = text.ToCharArray();
925925
var count = 0;

0 commit comments

Comments
 (0)