Explorar o código

Fixed typo (GBD=>GDB)

git-svn-id: trunk@11298 -
giulio %!s(int64=17) %!d(string=hai) anos
pai
achega
c05626b4b5
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ide/fp.pas

+ 1 - 1
ide/fp.pas

@@ -358,7 +358,7 @@ BEGIN
   writeln(bullet+' Free Pascal IDE Version '+VersionStr+' ['+{$i %date%}+']');
   writeln(bullet+' Compiler Version '+Full_Version_String);
 {$ifndef NODEBUG}
-  writeln(bullet+' GBD Version '+GDBVersion);
+  writeln(bullet+' GDB Version '+GDBVersion);
  {$ifdef Windows}
    writeln(bullet+' Cygwin "',GetCygwinFullName,'" version ',GetCygwinVersionString);
    CheckCygwinVersion;