From 0f3a21d9656e4f37f0db5eb9bee56d498b6a9ca1 Mon Sep 17 00:00:00 2001 From: teslaedison Date: Wed, 3 Apr 2024 00:48:50 +0800 Subject: [PATCH] remove repetitive words Signed-off-by: teslaedison --- cmd/cloudflared/access/cmd.go | 2 +- h2mux/sample/index2.html | 2 +- management/events.go | 2 +- retry/backoffhandler.go | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/cmd/cloudflared/access/cmd.go b/cmd/cloudflared/access/cmd.go index 2cfe650c..a9ce8af2 100644 --- a/cmd/cloudflared/access/cmd.go +++ b/cmd/cloudflared/access/cmd.go @@ -505,7 +505,7 @@ func isFileThere(candidate string) bool { } // verifyTokenAtEdge checks for a token on disk, or generates a new one. -// Then makes a request to to the origin with the token to ensure it is valid. +// Then makes a request to the origin with the token to ensure it is valid. // Returns nil if token is valid. func verifyTokenAtEdge(appUrl *url.URL, appInfo *token.AppInfo, c *cli.Context, log *zerolog.Logger) error { headers := parseRequestHeaders(c.StringSlice(sshHeaderFlag)) diff --git a/h2mux/sample/index2.html b/h2mux/sample/index2.html index fe59d28e..6f9e7292 100644 --- a/h2mux/sample/index2.html +++ b/h2mux/sample/index2.html @@ -263,7 +263,7 @@ HTMLAttrToAdd.setAttribute("lang", "en");

Second Flaw: The Judicial Role was Limited

-

Not only did British courts share the power to address patent rights historically, the part shared by the the courts was significantly limited. Historically, the common-law and chancery courts only received a partial delegation of the Privy Council’s authority to invalidate patents. Courts only had the authority to invalidate patents for issues related to things like inequitable conduct (e.g., making false statements in the original patent application). The limited authority delegated to the England Courts did not include the authority to seek claim cancellation based on elements intrinsic to the patent or patent application, like lack of novelty or obviousness as done under an IPR proceeding. Rather, such authority remained with the Privy Council, a non-court authority, which decided questions like whether the invention was really new. Thus, like the PTAB, the Privy Council was a non-judicial body charged with responsibility to assess patent validity based on criteria that included the novelty of the invention.

+

Not only did British courts share the power to address patent rights historically, the part shared by the courts was significantly limited. Historically, the common-law and chancery courts only received a partial delegation of the Privy Council’s authority to invalidate patents. Courts only had the authority to invalidate patents for issues related to things like inequitable conduct (e.g., making false statements in the original patent application). The limited authority delegated to the England Courts did not include the authority to seek claim cancellation based on elements intrinsic to the patent or patent application, like lack of novelty or obviousness as done under an IPR proceeding. Rather, such authority remained with the Privy Council, a non-court authority, which decided questions like whether the invention was really new. Thus, like the PTAB, the Privy Council was a non-judicial body charged with responsibility to assess patent validity based on criteria that included the novelty of the invention.

We think these arguments are compelling and provide very strong reasons why the Supreme Court should resist the request that such matters be resolved exclusively in federal courts. We hope that’s the position they do take because the real world implications are significant.

diff --git a/management/events.go b/management/events.go index 528bae18..2983f875 100644 --- a/management/events.go +++ b/management/events.go @@ -129,7 +129,7 @@ func (e *LogEventType) UnmarshalJSON(data []byte) error { // LogLevel corresponds to the zerolog logging levels // "panic", "fatal", and "trace" are exempt from this list as they are rarely used and, at least -// the the first two are limited to failure conditions that lead to cloudflared shutting down. +// the first two are limited to failure conditions that lead to cloudflared shutting down. type LogLevel int8 const ( diff --git a/retry/backoffhandler.go b/retry/backoffhandler.go index 33f866d0..c66e9d8f 100644 --- a/retry/backoffhandler.go +++ b/retry/backoffhandler.go @@ -89,7 +89,7 @@ func (b *BackoffHandler) Backoff(ctx context.Context) bool { } } -// Sets a grace period within which the the backoff timer is maintained. After the grace +// Sets a grace period within which the backoff timer is maintained. After the grace // period expires, the number of retries & backoff duration is reset. func (b *BackoffHandler) SetGracePeriod() time.Duration { maxTimeToWait := b.GetBaseTime() * 2 << (b.retries + 1)