Skip to content

Commit 3bbde86

Browse files
authored
Fix typo
1 parent 3cda80a commit 3bbde86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openstack/config/clouds/clouds.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ import (
4040
// clouds.yaml, use that location as the only search location for `clouds.yaml` and `secure.yaml`;
4141
// - otherwise, the search locations for `clouds.yaml` and `secure.yaml` are:
4242
// 1. the current working directory (on Linux: `./`)
43-
// 2. the directory `openstack` under the standatd user config location for
43+
// 2. the directory `openstack` under the standard user config location for
4444
// the operating system (on Linux: `${XDG_CONFIG_HOME:-$HOME/.config}/openstack/`)
4545
// 3. on Linux, `/etc/openstack/`
4646
//

0 commit comments

Comments
 (0)