Skip to content

Commit

Permalink
Fix TYPOs in comments and messages
Browse files Browse the repository at this point in the history
Fix TYPOs in test cases, comments and output messages.
  • Loading branch information
HeavyWombat committed Feb 19, 2021
1 parent 0839c2d commit 2b41915
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 78 deletions.
2 changes: 1 addition & 1 deletion internal/cmd/cmds_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -364,7 +364,7 @@ AWSTemplateFormatVersion
`))
})

It("should not try to evalute variables in the user-provided strings", func() {
It("should not try to evaluate variables in the user-provided strings", func() {
out, err := dyff("between", "--omit-header", assets("issues", "issue-132", "from.yml"), assets("issues", "issue-132", "to.yml"))
Expect(err).ToNot(HaveOccurred())
Expect(out).To(BeEquivalentTo(`
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/common.go
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,7 @@ func (w *OutputWriter) WriteToStdout(filename string) error {
}

// WriteInplace writes the content of the documents stored in the provided input
// file to the file itself overwriting the conent in place.
// file to the file itself overwriting the content in place.
func (w *OutputWriter) WriteInplace(filename string) error {
var buf bytes.Buffer
bufWriter := bufio.NewWriter(&buf)
Expand Down
2 changes: 1 addition & 1 deletion internal/cmd/lastApplied.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ var lastAppliedCmd = &cobra.Command{
Use: "last-applied",
Short: "Compare differences between the current state and the one stored in Kubernetes last-applied configuration",
Long: `
Kubernetes resource YAML (or JSON) contain the previsouly used configuration of
Kubernetes resource YAML (or JSON) contain the previously used configuration of
that resource in the metadata. For convenience, the respective metadata is used
to compare it against the current configuration.
`,
Expand Down
75 changes: 0 additions & 75 deletions pkg/dyff/logs.go

This file was deleted.

0 comments on commit 2b41915

Please sign in to comment.