commit: e152d77a3f7c03d12a3efc68885c298b8c1d7992 Author: Brian Norris <computersforpeace <AT> gmail <DOT> com> AuthorDate: Sun May 15 22:28:49 2016 +0000 Commit: Patrice Clement <monsieurp <AT> gentoo <DOT> org> CommitDate: Mon May 16 08:34:28 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=e152d77a
eclass/gnat: fix misspelling of 'virtual' Closes: https://github.com/gentoo/gentoo/pull/1466 Signed-off-by: Brian Norris <computersforpeace <AT> gmail.com> Signed-off-by: Patrice Clement <monsieurp <AT> gentoo.org> eclass/gnat.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/eclass/gnat.eclass b/eclass/gnat.eclass index 6b786bc..32a5850 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)