Skip to content

Commit bca7167

Browse files
committed
Fix typos
Found via `typos --hidden --format brief`
1 parent 12d3d99 commit bca7167

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222

2323
- Compatibility with the latest htmlquery package
2424
- New request shortcut for HEAD requests
25-
- Check URL availibility before visiting
25+
- Check URL availability before visiting
2626
- Fix proxy URL value
2727
- Request counter fix
2828
- Minor fixes in examples

debug/webdebugger.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ import (
2222
"time"
2323
)
2424

25-
// WebDebugger is a web based debuging frontend for colly
25+
// WebDebugger is a web based debugging frontend for colly
2626
type WebDebugger struct {
2727
// Address is the address of the web server. It is 127.0.0.1:7676 by default.
2828
Address string

0 commit comments

Comments
 (0)