diff options
| author | 2019-02-13 12:21:28 -0800 | |
|---|---|---|
| committer | 2019-02-13 12:21:49 -0800 | |
| commit | 7ae743b313bec659449cd09021f13f2248e8e5fc (patch) | |
| tree | 6d57ce748d4eccd737508865fe0159bc19ceb492 | |
| parent | 55faf37439233102faed908e2a294f0bdbce5c21 (diff) | |
Fixed a typo in an OWNERS file.
Test: None
Change-Id: I7f758f20fb2e5bfb9c2ba3193e55080046902bdc
| -rw-r--r-- | core/jni/OWNERS | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/core/jni/OWNERS b/core/jni/OWNERS index 774c2242e144..7ff15f2e182d 100644 --- a/core/jni/OWNERS +++ b/core/jni/OWNERS @@ -6,4 +6,4 @@ per-file *Camera*,*camera* = shuzhenwang@google.com, yinchiayeh@google.com, zhij per-file android_net_* = codewiz@google.com, jchalard@google.com, lorenzo@google.com, reminv@google.com, satk@google.com # Zygote -per-file com_android_inernal_os_Zygote.*,fd_utils.* = chriswailes@google.com, ngeoffray@google.com, sehr@google.com, narayan@google.com, maco@google.com +per-file com_android_internal_os_Zygote.*,fd_utils.* = chriswailes@google.com, ngeoffray@google.com, sehr@google.com, narayan@google.com, maco@google.com |