@@ -87,19 +87,19 @@ AH_TEMPLATE([NETBSD], [Define if the operating system is NetBSD])
8787
8888case $host in
8989 *-*-aix*)
90- echo "Checkingplataform ... Identified as AIX"
90+ echo "Checkingplatform ... Identified as AIX"
9191 aixos=true
9292 ;;
9393 *-*-hpux*)
94- echo "Checkingplataform ... Identified as HPUX"
94+ echo "Checkingplatform ... Identified as HPUX"
9595 hpuxos=true
9696 ;;
9797 *-*-darwin*)
98- echo "Checkingplataform ... Identified as Macintosh OS X"
98+ echo "Checkingplatform ... Identified as Macintosh OS X"
9999 macos=true
100100 ;;
101101 *-*-linux*)
102- echo "Checkingplataform ... Identified as Linux"
102+ echo "Checkingplatform ... Identified as Linux"
103103 linuxos=true
104104 case "${host_cpu}" in
105105 s390x)
@@ -108,27 +108,27 @@ case $host in
108108 esac
109109 ;;
110110 *-*-solaris*)
111- echo "Checkingplataform ... Identified as Solaris"
111+ echo "Checkingplatform ... Identified as Solaris"
112112 solarisos=true
113113 ;;
114114 *-*-freebsd*)
115- echo "Checkingplataform ... Identified as FreeBSD"
115+ echo "Checkingplatform ... Identified as FreeBSD"
116116 freebsdos=true
117117 ;;
118118 *-*-netbsd*)
119- echo "Checkingplataform ... Identified as NetBSD"
119+ echo "Checkingplatform ... Identified as NetBSD"
120120 netbsdos=true
121121 ;;
122122 *-*-openbsd*)
123- echo "Checkingplataform ... Identified as OpenBSD"
123+ echo "Checkingplatform ... Identified as OpenBSD"
124124 openbsdos=true
125125 ;;
126126 *-*-kfreebsd*)
127- echo "Checkingplataform ... Identified as kFreeBSD, treating as linux"
127+ echo "Checkingplatform ... Identified as kFreeBSD, treating as linux"
128128 linuxos=true
129129 ;;
130130 *-*-gnu*.*)
131- echo "Checkingplataform ... Identified as HURD, treating as linux"
131+ echo "Checkingplatform ... Identified as HURD, treating as linux"
132132 linuxos=true
133133 ;;
134134 *)