Skip to content

Commit 9cc8b9a

Browse files
author
Bash06
committed
Merge branch 'main' of https://github.com/bitwise74/vid.sh into dev
2 parents e3011c4 + 3b1de3f commit 9cc8b9a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

backend/internal/service/crop.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ import (
99
"time"
1010
)
1111

12-
// Shorhand
12+
// Shorthand
1313
func i2S(i int) string {
1414
return strconv.Itoa(i)
1515
}

frontend/src/routes/v/[videoID]/+page.svelte

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

3939
{#if d.file === undefined}
4040
<h1>No such file</h1>
41-
<p>Either the file doesn't exist, was deleted, or is privat</p>
41+
<p>Either the file doesn't exist, was deleted, or is private</p>
4242
{:else}
4343
<video autoplay controls src={`${PUBLIC_CDN_URL}/${d.file.file_key}`}> <track kind="captions" /></video>
4444
{/if}

0 commit comments

Comments
 (0)