From: Brian Norris Date: Sun, 15 May 2016 22:28:49 +0000 (-0700) Subject: eclass/gnat: fix misspelling of 'virtual' X-Git-Url: http://git.tremily.us/gitweb.cgi?a=commitdiff_plain;h=e152d77a3f7c03d12a3efc68885c298b8c1d7992;p=gentoo.git eclass/gnat: fix misspelling of 'virtual' Closes: https://github.com/gentoo/gentoo/pull/1466 Signed-off-by: Brian Norris Signed-off-by: Patrice Clement --- 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)