Skip to content

Commit 3e3ecee

Browse files
committed
Typo
1 parent e2c2d57 commit 3e3ecee

File tree

1 file changed

+1
-1
lines changed
  • csharp/ql/test/library-tests/dataflow/flowsources/stored/file

1 file changed

+1
-1
lines changed

csharp/ql/test/library-tests/dataflow/flowsources/stored/file/Files.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ public static void ReadLines(string path)
3030
}
3131
}
3232

33-
public static void BuuferedRead(string path)
33+
public static void BufferedRead(string path)
3434
{
3535
using (FileStream fs = new FileStream(path, FileMode.Open))
3636
{

0 commit comments

Comments
 (0)