Skip to content

Commit 94f1fd6

Browse files
Merge pull request #3354 from gophercloud/bp-v2-3bbde86
[v2] Fix a small typo
2 parents 3eff99b + b6fff00 commit 94f1fd6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)