Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 55c4354

Browse files
committed
spelling: dispose
Signed-off-by: Josh Soref <[email protected]>
1 parent 96aab69 commit 55c4354

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • csharp/ql/lib/semmle/code/csharp/frameworks

csharp/ql/lib/semmle/code/csharp/frameworks/System.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1243,7 +1243,7 @@ predicate implementsDispose(ValueOrRefType t) { getInvokedDisposeMethod(t).getDe
12431243

12441244
/**
12451245
* Gets the dispose method that will be invoked on a value `x`
1246-
* of type `t` when `x.Dipsose()` is called.
1246+
* of type `t` when `x.Dispose()` is called.
12471247
*
12481248
* Either the dispose method is (an override of) `IDisposable.Dispose()`,
12491249
* or an implementation of a method `Dispose(bool)` which is called

0 commit comments

Comments
 (0)