summaryrefslogtreecommitdiff
path: root/goapps
diff options
context:
space:
mode:
authorSamanta Navarro <ferivoz@riseup.net>2021-08-14 12:08:22 +0000
committerAndrew G. Morgan <morgan@kernel.org>2021-08-14 11:03:27 -0700
commite721aff543186ca4463954f8bca150b97736a01a (patch)
tree3454076d8639b129e79db2b5c6411940e1b1a8af /goapps
parent686084897c15348f42bde8e4d3448edfc78ece79 (diff)
downloadlibcap2-e721aff543186ca4463954f8bca150b97736a01a.tar.gz
Fix typos.
Typos found with codespell Signed-off-by: Samanta Navarro <ferivoz@riseup.net> Signed-off-by: Andrew G. Morgan <morgan@kernel.org>
Diffstat (limited to 'goapps')
-rw-r--r--goapps/web/web.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/goapps/web/web.go b/goapps/web/web.go
index f76e2b0..c96e745 100644
--- a/goapps/web/web.go
+++ b/goapps/web/web.go
@@ -1,4 +1,4 @@
-// Progam web provides an example of a webserver using capabilities to
+// Program web provides an example of a webserver using capabilities to
// bind to a privileged port, and then drop all capabilities before
// handling the first web request.
//