mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-12 20:11:51 +00:00
LibWeb: Fix typos - act II
This commit is contained in:
parent
86be8abfbf
commit
5cc371d54c
Notes:
github-actions[bot]
2025-04-09 14:06:24 +00:00
Author: https://github.com/szepeviktor
Commit: 5cc371d54c
Pull-request: https://github.com/LadybirdBrowser/ladybird/pull/4264
Reviewed-by: https://github.com/AtkinsSJ ✅
30 changed files with 69 additions and 69 deletions
|
@ -25,7 +25,7 @@ struct StorageEndpoint {
|
|||
|
||||
// https://storage.spec.whatwg.org/#storage-endpoint-types
|
||||
// A storage endpoint also has types, which is a set of storage types.
|
||||
// NOTE: We do not implement this as a set as it is not neccessary in the current implementation.
|
||||
// NOTE: We do not implement this as a set as it is not necessary in the current implementation.
|
||||
StorageType type;
|
||||
|
||||
// https://storage.spec.whatwg.org/#storage-endpoint-quota
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue