Skip to content

Spelling#100

Open
jsoref wants to merge 39 commits into
Juniper:masterfrom
jsoref:spelling
Open

Spelling#100
jsoref wants to merge 39 commits into
Juniper:masterfrom
jsoref:spelling

Conversation

@jsoref

@jsoref jsoref commented Nov 28, 2021

Copy link
Copy Markdown

This PR corrects misspellings identified by the check-spelling action.

The misspellings have been reported at jsoref@8e98257#commitcomment-60980950

The action reports that the changes in this PR would make it happy: jsoref@89d24b1

Note: this PR does not include the action. If you're interested in running a spell check on every PR and push, that can be offered separately.

Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>
Signed-off-by: Josh Soref <jsoref@users.noreply.github.com>

@jsoref jsoref left a comment

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Corrections were generally suggested by Google Sheets. But every choice is my fault.

Of the last couple of PRs I've made around GitHub this has by far the most things proportionally that I suspect will be rejected by a project.

If certain files/paths should be excluded, it's fairly trivial for me to drop items, just let me know.

Similarly, if a specific correction family is incorrect, I can trivially drop the commit, just let me know.

(I might be slow to respond until January, this was queued a while ago but I only got around to processing it tonight.)

- name: creating firewall policy with draft mode state property defined should fail
request:
path: /firewall-policys
path: /firewall-policies

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't understand this, so I expect this isn't a correct change

- name: create forwarding class
request:
path: /forwarding-classs
path: /forwarding-class

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

- name: create network policy with security group entries
request:
path: /network-policys
path: /network-policies

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

admin_project_with_network_policy1: &admin_project_with_network_policy1
<<: *admin_project
network_policys:
network_policies:

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

request:
# TODO: parent_id is temporary fix as tests in gen_db_test.go are not cleaning database.
path: /network-policys?parent_id=47dd9220-9bf1-11e9-b422-538349e2da80
path: /network-policies?parent_id=47dd9220-9bf1-11e9-b422-538349e2da80

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

defaultTimeout = 30 * time.Second
)

// Config represents parameters of Сollector in the config file

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The C here is not Latin.

}{
{
name: "Get multiple metadatas using UUID and FQName",
name: "Get multiple metadata using UUID and FQName",

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

data is plural, although this sounds wrong both ways.

obj := struct {
*alias
Policys interface{} `json:"policys"`
Policies interface{} `json:"policies"`

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible that a thing like this is an api break and thus unacceptable.

}

func (r *NetworkResponse) setPolicys(vn *models.VirtualNetwork) {
func (r *NetworkResponse) setPolicies(vn *models.VirtualNetwork) {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It's possible that this is a public api and thus unacceptable

Comment thread pkg/neutron/logic/port.go
// Here nil is returned - same as original config node
// However this silently discards mac address update request if not allowed
func (port *Port) getAsssociatedVirtualMachineID(vmi *models.VirtualMachineInterface) string {
func (port *Port) getAssociatedVirtualMachineID(vmi *models.VirtualMachineInterface) string {

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ditto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant