File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed
java/src/org/openqa/selenium Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -264,7 +264,7 @@ public class JsonOutput implements Closeable {
264264 }
265265
266266 /**
267- * Specify whether the serialized JSON object should br formatted with line breaks and indention
267+ * Specify whether the serialized JSON object should be formatted with line breaks and indentation
268268 * ("pretty printed").
269269 *
270270 * @param enablePrettyPrinting {@code false} for compact format; {@code true} for "pretty
Original file line number Diff line number Diff line change @@ -38,7 +38,7 @@ public class RetryRequest implements Filter {
3838 @ Override
3939 public HttpHandler apply (HttpHandler next ) {
4040 return req -> {
41- // start to preform the request in a loop, to allow retries
41+ // start to perform the request in a loop, to allow retries
4242 for (int i = 0 ; i < NEEDED_ATTEMPTS ; i ++) {
4343 HttpResponse response ;
4444
Original file line number Diff line number Diff line change 11#! /usr/bin/env bash
22#
3- # This script updates the development dependendencies used for the Python bindings.
3+ # This script updates the development dependencies used for the Python bindings.
44#
55# When you run it, it will:
66# - create and activate a temporary virtual env
You can’t perform that action at this time.
0 commit comments