From e152d77a3f7c03d12a3efc68885c298b8c1d7992 Mon Sep 17 00:00:00 2001 From: Brian Norris Date: Sun, 15 May 2016 15:28:49 -0700 Subject: [PATCH] eclass/gnat: fix misspelling of 'virtual' Closes: https://github.com/gentoo/gentoo/pull/1466 Signed-off-by: Brian Norris Signed-off-by: Patrice Clement --- eclass/gnat.eclass | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) -- 2.26.2