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

Skip to content

Commit 72dbb92

Browse files
committed
Fix typo: "it's" -> "its"
1 parent 548ce93 commit 72dbb92

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ func handleComments(w http.ResponseWriter, r *http.Request) {
2828
commentMutex.Lock()
2929
defer commentMutex.Unlock()
3030

31-
// Stat the file, so we can find it's current permissions
31+
// Stat the file, so we can find its current permissions
3232
fi, err := os.Stat(dataFile)
3333
if err != nil {
3434
http.Error(w, fmt.Sprintf("Unable to stat the data file (%s): %s", dataFile, err), http.StatusInternalServerError)

0 commit comments

Comments
 (0)