Skip to content

Commit 7a945d0

Browse files
committed
Fix typo in Parser comment (close #86)
1 parent a353a7a commit 7a945d0

File tree

1 file changed

+1
-1
lines changed
  • src/main/scala/com/snowplowanalytics/refererparser

1 file changed

+1
-1
lines changed

src/main/scala/com/snowplowanalytics/refererparser/Parser.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,7 +169,7 @@ class Parser private[refererparser] (referers: Map[String, RefererLookup]) {
169169
.map(s => s.substring(0, s.length - 1))
170170

171171
/**
172-
* Splits a full path into possible paths to try. Inlcludes full path, no path and first path level.
172+
* Splits a full path into possible paths to try. Includes full path, no path and first path level.
173173
* For instance, pathsToTry("google.com/images/1/2/3") == List("/images/1/2/3", "/images", "")
174174
*/
175175
private def pathsToTry(refererPath: String): List[String] = {

0 commit comments

Comments
 (0)