Skip to content

Commit f604a92

Browse files
timea-solidTallTed
andauthored
Update src/utils/headerFooterHelpers.ts
Co-authored-by: Ted Thibodeau Jr <tthibodeau@openlinksw.com>
1 parent 663e5d3 commit f604a92

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/utils/headerFooterHelpers.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export async function getPodOwner (pod: NamedNode, store: LiveStore): Promise<Na
7272
console.warn(`Pod owner ${podOwner} does NOT list pod ${pod} as their storage`)
7373
}
7474
return podOwner as NamedNode// Success!
75-
} else { // pod ownder not declared in pod
75+
} else { // pod owner not declared in pod
7676
// @@ TODO: This is given the structure that NSS provides
7777
// This is a massive guess. For old pods which don't have owner link
7878
const guess = sym(`${pod.uri}profile/card#me`)

0 commit comments

Comments
 (0)