diff options
| author | jwijenbergh <jeroenwijenbergh@protonmail.com> | 2023-09-19 12:46:04 +0200 |
|---|---|---|
| committer | Jeroen Wijenbergh <46386452+jwijenbergh@users.noreply.github.com> | 2023-09-25 09:43:37 +0200 |
| commit | 0f84f2f01becd897a5595606e7a3d126e581c810 (patch) | |
| tree | 7537f1ba0c2387c37f387bb9dd622379473a7a17 /exports/exports.go | |
| parent | 627e787809c94e38b9f14f3b9d095187a5a8a849 (diff) | |
Genexportsdoc: Set executable flag
Diffstat (limited to 'exports/exports.go')
| -rw-r--r-- | exports/exports.go | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/exports/exports.go b/exports/exports.go index 6d02e88..ce6df3a 100644 --- a/exports/exports.go +++ b/exports/exports.go @@ -368,7 +368,7 @@ func ServerList() (*C.char, *C.char) { // // - Parse the data to get the cookie and data // -// - get the cookie, +// - get the cookie // // - get the profiles from the data // @@ -392,7 +392,7 @@ func ServerList() (*C.char, *C.char) { // // - Parse the data to get the cookie and data // -// - get the cookie, +// - get the cookie // // - get the list of locations from the data // |
