[PATCH] Fix typos Unsuported -> Unsupported (#180)
authorScarlett Gately Moore <sgmoore@debian.org>
Fri, 16 Dec 2022 21:12:55 +0000 (14:12 -0700)
committerPino Toscano <pino@debian.org>
Tue, 19 Dec 2023 17:16:16 +0000 (18:16 +0100)
* Client builds fail at linking due to missing targets when
USE_SYSTEM_LIBRARY is true.

#For targets not using pkg-config... and USE_SYSTEM_{DEPENDENCY} is true eg. xdgutils \
#find_dependency needs to be used as when clients (aka appimagelauncher) try to use this library we get linking failure
#because the dependencies of the dependency(libappimnage) targets are not imported. Hope this makes sence.
#Builds fine in debian and appimagelauncher no longer has linking failures.

* Fix typos Unsuported -> Unsupported.

* Revert "Client builds fail at linking due to missing targets when"

This reverts commit fbbabbdcf3c466a506fbd6ec95d9e9a8c9f96830.

Gbp-Pq: Name upstream_Fix-typos-Unsuported-Unsupported-180.patch

src/libappimage/utils/IconHandleCairoRsvg.cpp
src/libappimage/utils/IconHandleDLOpenCairoRsvg.cpp

index 63aab43b8563237dcac0d18c5b3a84205a77aa6f..76c08f73e16e4453e074ceb156c3b272edb082cd 100644 (file)
@@ -230,7 +230,7 @@ namespace appimage {
                     throw IconHandleError("png to svg conversion is not supported");
             }
 
-            throw IconHandleError("Unsuported format");
+            throw IconHandleError("Unsupported format");
         }
     }
 }
index 14307ed990dc4c8d4058bbe76fee50406fb7d3e7..c744b4b5dcd11a4a13b2d26407a8009f37750baf 100644 (file)
@@ -158,7 +158,7 @@ namespace appimage {
                     throw IconHandleError("png to svg conversion is not supported");
             }
 
-            throw IconHandleError("Unsuported format");
+            throw IconHandleError("Unsupported format");
         }
     }
 }