diff options
author | Brian Norris <computersforpeace@gmail.com> | 2016-05-15 15:28:49 -0700 |
---|---|---|
committer | Patrice Clement <monsieurp@gentoo.org> | 2016-05-16 08:34:28 +0000 |
commit | e152d77a3f7c03d12a3efc68885c298b8c1d7992 (patch) | |
tree | 6ba9700a6db52a360bfcebb7ba65d5dbcee874e0 /eclass | |
parent | net-print/cups: fix spelling error in -9999 ebuild (diff) | |
download | gentoo-e152d77a3f7c03d12a3efc68885c298b8c1d7992.tar.gz gentoo-e152d77a3f7c03d12a3efc68885c298b8c1d7992.tar.bz2 gentoo-e152d77a3f7c03d12a3efc68885c298b8c1d7992.zip |
eclass/gnat: fix misspelling of 'virtual'
Closes: https://github.com/gentoo/gentoo/pull/1466
Signed-off-by: Brian Norris <computersforpeace@gmail.com>
Signed-off-by: Patrice Clement <monsieurp@gentoo.org>
Diffstat (limited to 'eclass')
-rw-r--r-- | eclass/gnat.eclass | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 6b786bcdffa0..32a5850262c7 100644 --- a/eclass/gnat.eclass +++ b/eclass/gnat.eclass @@ -124,7 +124,7 @@ get_ada_dep() { # This function is used to check whether the requested gnat profile matches the # requested Ada standard # !!ATTN!! -# This must match dependencies as specified in vitrual/ada !!! +# This must match dependencies as specified in virtual/ada !!! # # params: # $1 - the requested gnat profile in usual form (e.g. x86_64-pc-linux-gnu-gnat-gcc-4.1) |