Skip to content

Commit

Permalink
Fix a spelling mistake
Browse files Browse the repository at this point in the history
Privileged was misspelled in the header comments.

Change-Id: Id91a16c26daa6813f373cdfd75c9aa84b400e9ce
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/3002222
Auto-Submit: Ali Beyad <abeyad@chromium.org>
Reviewed-by: Matt Menke <mmenke@chromium.org>
Commit-Queue: Matt Menke <mmenke@chromium.org>
Cr-Commit-Position: refs/heads/master@{#897922}
  • Loading branch information
abeyad authored and Chromium LUCI CQ committed Jul 1, 2021
1 parent b2960a3 commit 7be29af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/network/public/cpp/parsed_headers.h
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace network {
// This function must remain:
// - As 'pure' as possible. See [pure-function].
// - Callable from any processes.
// For security reasons, highly proviledged processes must never call it
// For security reasons, highly privileged processes must never call it
// directly against untrustworthy inputs. See [rule-of-2]. In this case, you
// can call it indirectly via NetworkContext.ParseHeaders().
//
Expand Down

0 comments on commit 7be29af

Please sign in to comment.