Skip to content

Commit 909d70e

Browse files
committed
Merge pull request reactjs#51 from acme/master
Fix typo: "it's" -> "its"
2 parents 548ce93 + 72dbb92 commit 909d70e

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)