Skip to content

Commit

Permalink
Update controllers/video.go
Browse files Browse the repository at this point in the history
Co-authored-by: Dheeraj Lalwani <[email protected]>
  • Loading branch information
chiraglulla and dheerajdlalwani committed May 25, 2024
1 parent f4b10c0 commit 9132e56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion controllers/video.go
Original file line number Diff line number Diff line change
Expand Up @@ -277,7 +277,7 @@ func GetManifestFile(w http.ResponseWriter, r *http.Request, db *sql.DB) {

if err != nil {
log.Println(err)
http.Error(w, "Error Retreiving Video", http.StatusInternalServerError)
http.Error(w, "Error retrieving video", http.StatusInternalServerError)
return
}

Expand Down

0 comments on commit 9132e56

Please sign in to comment.