diff --git a/app/plugin_install.go b/app/plugin_install.go index fc8cd97593..9a2e52b5dc 100644 --- a/app/plugin_install.go +++ b/app/plugin_install.go @@ -16,7 +16,7 @@ // // To achieve this coordination, each server instead checks the status of its peers after unpacking. If it finds peers with // differing versions of the plugin, it skips the notification. If it finds all peers with the same version of the plugin, -// it notifies all websocket clients connected to all peers. There's a small chance that this never occurs if the the last +// it notifies all websocket clients connected to all peers. There's a small chance that this never occurs if the last // server to finish unpacking dies before it can announce. There is also a chance that multiple servers decide to notify, // but the webapp handles this idempotently. // diff --git a/app/web_hub.go b/app/web_hub.go index 1eec80b38d..9bf17b3d98 100644 --- a/app/web_hub.go +++ b/app/web_hub.go @@ -351,7 +351,7 @@ func (h *Hub) Broadcast(message *model.WebSocketEvent) { // `app.NewServer()` which returns a server, but only after that, we call // `wsapi.Init()` to initialize the hub. But in the `NewServer` call // itself proceeds to broadcast some messages happily. This needs to be - // fixed once the the wsapi cyclic dependency with server/app goes away. + // fixed once the wsapi cyclic dependency with server/app goes away. // And possibly, we can look into doing the hub initialization inside // NewServer itself. if h != nil && message != nil { diff --git a/plugin/api.go b/plugin/api.go index d53a82567f..caffd8becb 100644 --- a/plugin/api.go +++ b/plugin/api.go @@ -84,7 +84,7 @@ type API interface { // Minimum server version: 5.10 GetBundlePath() (string, error) - // GetLicense returns the current license used by the Mattermost server. Returns nil if the + // GetLicense returns the current license used by the Mattermost server. Returns nil if // the server does not have a license. // // @tag Server diff --git a/utils/textgeneration.go b/utils/textgeneration.go index c7bcda8807..f2cf1181ff 100644 --- a/utils/textgeneration.go +++ b/utils/textgeneration.go @@ -463,7 +463,7 @@ The painful essential jeepers merrily proudly essential and less far dismounted Beside far this this a crud polite cantankerous exclusively misheard pled far circuitously and frugal less more temperately gauche goldfinch oh against this along excitedly goodhearted more classically quit serenely outside vulture ouch after one a this yet. Less and handsomely manatee some amidst much reined komodo busted exultingly but fatuously less across mighty goodness objective alas glaringly gregariously hello the since one pridefully much well placed far less goodness jellyfish unnecessary reciprocating a far stylistic gazed one. Hey rethought excepting lamely much and naughtily amidst more since jeez then bluebird hence less bald by some brought left the across logic loyal brightly jeez capitally that less more forward rebound a yikes chose convulsively confidently repeated broadcast much dipped when awesomely or some some regal the scowled merry zebra since more credible so inescapably fetchingly and lantern that due dear one went gosh wow well furrowed much much specially spoiled as vitally instead the seriously some rooster irrespective well imprecisely rapidly more llama. -Up to and hey without pill that this squid alas brusque on inventoried and spread the more excepting aristocratically due piquant wove beneath that macaw in more until much grimaced far and jeez enticingly unicorn some far crab more barring purely jeepers clear groomed glaring hey dear hence before the the this hello.` +Up to and hey without pill that this squid alas brusque on inventoried and spread the more excepting aristocratically due piquant wove beneath that macaw in more until much grimaced far and jeez enticingly unicorn some far crab more barring purely jeepers clear groomed glaring hey dear hence before the this hello.` func RandString(l int, charset string) string { ret := make([]byte, l)