diff --git a/app-text/htmltidy/htmltidy-20092812.recipe b/app-text/htmltidy/htmltidy-20092812.recipe
index 0f27ead0d..e618ae9d8 100644
--- a/app-text/htmltidy/htmltidy-20092812.recipe
+++ b/app-text/htmltidy/htmltidy-20092812.recipe
@@ -28,7 +28,7 @@ BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
"
BUILD_PREREQUIRES="
- cmd:gcc$secondaryArchsuffix
+ cmd:gcc$secondaryArchSuffix
cmd:as$secondaryArchSuffix
cmd:make
cmd:libtoolize
diff --git a/dev-lang/openjdk/openjdk-1.7.u80_b32.recipe b/dev-lang/openjdk/openjdk-1.7.u80_b32.recipe
index 4aea53b08..e1c67efb0 100644
--- a/dev-lang/openjdk/openjdk-1.7.u80_b32.recipe
+++ b/dev-lang/openjdk/openjdk-1.7.u80_b32.recipe
@@ -84,7 +84,7 @@ PROVIDES="
"
REQUIRES="
- haiku$secondaryArchSuffx
+ haiku$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libz$secondaryArchSuffix
diff --git a/dev-lang/openjdk/openjdk-1.7_u80_b02.recipe b/dev-lang/openjdk/openjdk-1.7_u80_b02.recipe
index 2fd485b7c..82510b0fd 100644
--- a/dev-lang/openjdk/openjdk-1.7_u80_b02.recipe
+++ b/dev-lang/openjdk/openjdk-1.7_u80_b02.recipe
@@ -83,7 +83,7 @@ PROVIDES="
cmd:xjc$secondaryArchSuffix = $portVersion compat >= 1
"
REQUIRES="
- haiku$secondaryArchSuffx
+ haiku$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libz$secondaryArchSuffix
diff --git a/dev-lang/openjdk/openjdk-1.8.u40_b27.recipe b/dev-lang/openjdk/openjdk-1.8.u40_b27.recipe
index 514f3c77d..c8882b7e8 100644
--- a/dev-lang/openjdk/openjdk-1.8.u40_b27.recipe
+++ b/dev-lang/openjdk/openjdk-1.8.u40_b27.recipe
@@ -82,7 +82,7 @@ PROVIDES="
"
REQUIRES="
- haiku$secondaryArchSuffx
+ haiku$secondaryArchSuffix
lib:libfreetype$secondaryArchSuffix
lib:libiconv$secondaryArchSuffix
lib:libjpeg$secondaryArchSuffix
diff --git a/haiku-apps/chat/chat-20100903.recipe b/haiku-apps/chat/chat-20100903.recipe
index af1b11165..faaf7c21c 100644
--- a/haiku-apps/chat/chat-20100903.recipe
+++ b/haiku-apps/chat/chat-20100903.recipe
@@ -25,7 +25,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
- devel:libexpat$SecondaryArchSuffix
+ devel:libexpat$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
diff --git a/haiku-apps/dengon/dengon-20140804.recipe b/haiku-apps/dengon/dengon-20140804.recipe
index 56eb0767f..d5941bf98 100644
--- a/haiku-apps/dengon/dengon-20140804.recipe
+++ b/haiku-apps/dengon/dengon-20140804.recipe
@@ -23,7 +23,7 @@ REQUIRES="
BUILD_REQUIRES="
haiku${secondaryArchSuffix}_devel
devel:libssl$secondaryArchSuffix
- devel:libexpat$SecondaryArchSuffix
+ devel:libexpat$secondaryArchSuffix
"
BUILD_PREREQUIRES="
makefile_engine
diff --git a/media-libs/taglib/taglib-1.7.2.recipe b/media-libs/taglib/taglib-1.7.2.recipe
index 32fced7cb..4e65fe500 100644
--- a/media-libs/taglib/taglib-1.7.2.recipe
+++ b/media-libs/taglib/taglib-1.7.2.recipe
@@ -48,7 +48,7 @@ BUILD()
cmake . -DCMAKE_INSTALL_PREFIX:PATH=$prefix \
-DBIN_INSTALL_DIR=$binDir \
-DLIB_INSTALL_DIR=$developLibDir \
- -DLIB_SUFFIX="/${secondaryArchSuffx/_/}"
+ -DLIB_SUFFIX="/${secondaryArchSuffix/_/}"
make $jobArgs
}