Skip to content

Commit

Permalink
Update cip.ex
Browse files Browse the repository at this point in the history
fix spelling error
  • Loading branch information
kalbozo committed Oct 26, 2020
1 parent b18a28d commit 8955702
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/scrub/cip.ex
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
defmodule Scrub.CIP do
def status_code(0x00), do: :success
def status_code(0x06), do: :too_much_data
def status_code(0x0F), do: :privilage_violation
def status_code(0x0F), do: :privilege_violation
def status_code(status), do: status
end

0 comments on commit 8955702

Please sign in to comment.