diff options
author | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:35:22 +0200 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2012-07-18 22:35:22 +0200 |
commit | 9a5a53f185ffede49e88cbdaf866adff6ffbb185 (patch) | |
tree | eb8655a62d82cd17ddd4277f795cf41971f0a05a | |
parent | 8bbc4831981adbcf013297c764649af7c27cc4a9 (diff) | |
download | vyos-live-build-9a5a53f185ffede49e88cbdaf866adff6ffbb185.tar.gz vyos-live-build-9a5a53f185ffede49e88cbdaf866adff6ffbb185.zip |
Correcting spelling typo of ubuntus 12.10 codename.
-rwxr-xr-x | functions/releases.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functions/releases.sh b/functions/releases.sh index 9f15d6238..46ccf8d8d 100755 --- a/functions/releases.sh +++ b/functions/releases.sh @@ -24,4 +24,4 @@ RELEASE_lucid="10.04" # LTS: 2015-04-01 RELEASE_natty="11.04" # 2012-10-01 RELEASE_oneiric="11.10" # 2013-04-01 RELEASE_precise="12.04" # LTS: 2017-04-01 -RELEASE_quanal="12.10" # 2014-04-01 +RELEASE_quantal="12.10" # 2014-04-01 |