Skip to content

Commit

Permalink
Fix typos.
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krivak committed Sep 9, 2023
1 parent ecd14ab commit 1438fac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions api.go
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ import (
"time"
)

// List of XML RPC getter function codes.
// List of XML RPC setter function codes.
const (
FnLogin = "15"
FnLogout = "16"
)

// List of XML RPC setter function codes.
// List of XML RPC getter function codes.
const (
FnCMSystemInfo = "2"
FnCMState = "136"
Expand Down

0 comments on commit 1438fac

Please sign in to comment.