Index: base/process/process_posix.cc |
diff --git a/base/process/process_posix.cc b/base/process/process_posix.cc |
index 1c4210b0fe590380503ced3c94cf98d01405ff44..a083123b75fe2cbda0c34f18bf6e39fa3ad3b58c 100644 |
--- a/base/process/process_posix.cc |
+++ b/base/process/process_posix.cc |
@@ -238,7 +238,7 @@ Process Process::Open(ProcessId pid) { |
} |
// static |
-Process Process::OpenWithExtraPriviles(ProcessId pid) { |
+Process Process::OpenWithExtraPrivileges(ProcessId pid) { |
// On POSIX there are no privileges to set. |
return Open(pid); |
} |