diff options
| author | 2022-09-20 07:58:38 +0200 | |
|---|---|---|
| committer | 2022-09-20 07:58:38 +0200 | |
| commit | a669b0b3dcbc44d495ae93fd280b175e31b43c4e (patch) | |
| tree | d16a4c1a8a92fc79d609e3914c092219498037c2 | |
| parent | e583df86038451c8a60b2b943f403cc294ae5c97 (diff) | |
Fix typo (zippped -> zipped)
Test: N/A
Change-Id: I33c8d35601e56cab1d12db663957795bf15a0a02
| -rw-r--r-- | cmds/bugreportz/readme.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cmds/bugreportz/readme.md b/cmds/bugreportz/readme.md index eb0d898be1..3606827a4d 100644 --- a/cmds/bugreportz/readme.md +++ b/cmds/bugreportz/readme.md @@ -1,6 +1,6 @@ # bugreportz protocol -`bugreportz` is used to generate a zippped bugreport whose path is passed back to `adb`, using +`bugreportz` is used to generate a zipped bugreport whose path is passed back to `adb`, using the simple protocol defined below. # Version 1.1 |