File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -17,7 +17,7 @@ make -j generate_protos
17
17
Verify diffs, make sure tests still pass, and create a PR.
18
18
19
19
### Updating to a new nanopb version:
20
- * Modify verion in [ nanopb.cmake] ( cmake/external/nanopb.cmake ) .
20
+ * Modify version in [ nanopb.cmake] ( cmake/external/nanopb.cmake ) .
21
21
* Build.
22
22
* Note build failure.
23
23
* Plug expected hash into [ nanopb.cmake] ( cmake/external/nanopb.cmake ) .
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ message Http {
33
33
// **NOTE:** All service configuration rules follow "last one wins" order.
34
34
repeated HttpRule rules = 1 ;
35
35
36
- // When set to true, URL path parmeters will be fully URI-decoded except in
36
+ // When set to true, URL path parameters will be fully URI-decoded except in
37
37
// cases of single segment matches in reserved expansion, where "%2F" will be
38
38
// left encoded.
39
39
//
You can’t perform that action at this time.
0 commit comments