mirror of
https://github.com/github/codeql.git
synced 2026-04-21 23:14:03 +02:00
Typo
This commit is contained in:
@@ -30,7 +30,7 @@ namespace Test
|
||||
}
|
||||
}
|
||||
|
||||
public static void BuuferedRead(string path)
|
||||
public static void BufferedRead(string path)
|
||||
{
|
||||
using (FileStream fs = new FileStream(path, FileMode.Open))
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user