Browse Source

Fix: comment typo

Rod Hynes 6 years ago
parent
commit
80f7e9d268
1 changed files with 1 additions and 1 deletions
  1. 1 1
      MobileLibrary/psi/psi.go

+ 1 - 1
MobileLibrary/psi/psi.go

@@ -220,7 +220,7 @@ func SetDynamicConfig(newSponsorID, newAuthorizationsList string) {
 // Start and Stop.
 //
 // The return value is a payload that may be exchanged with another client;
-// when "", the export failed and a diagnotice has been logged.
+// when "", the export failed and a diagnostic has been logged.
 func ExportExchangePayload() string {
 
 	controllerMutex.Lock()