Skip to content

Commit 5acc15b

Browse files
committed
fix grammar
1 parent 30fe416 commit 5acc15b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

go/ql/lib/semmle/go/security/TaintedPathCustomizations.qll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ module TaintedPath {
8888
}
8989
}
9090

91-
/**An call to ParseMultipartForm creates multipart.Form and cleans mutlpart.Form.FileHeader.Filename using path.Base() */
91+
/**An call to ParseMultipartForm creates multipart.Form and cleans multipart.Form.FileHeader.Filename using path.Base() */
9292
class MultipartClean extends Sanitizer {
9393
MultipartClean() {
9494
exists(DataFlow::FieldReadNode frn |

0 commit comments

Comments
 (0)