diff options
| author | 2022-09-20 08:00:37 +0000 | |
|---|---|---|
| committer | 2022-09-20 08:00:37 +0000 | |
| commit | 1143f186409862a90dbc98821abcd7cb95c37572 (patch) | |
| tree | d16a4c1a8a92fc79d609e3914c092219498037c2 | |
| parent | e583df86038451c8a60b2b943f403cc294ae5c97 (diff) | |
| parent | a669b0b3dcbc44d495ae93fd280b175e31b43c4e (diff) | |
Merge "Fix typo (zippped -> zipped)"
| -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 |