From e1aac5ff9500294aa0e158e7d66a3521e1367bd2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?G=C3=BCnter=20Obiltschnig?= Date: Wed, 28 Nov 2018 12:14:12 +0100 Subject: [PATCH] fix typo --- Net/include/Poco/Net/PartSource.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Net/include/Poco/Net/PartSource.h b/Net/include/Poco/Net/PartSource.h index 06978d74c..443da4c64 100644 --- a/Net/include/Poco/Net/PartSource.h +++ b/Net/include/Poco/Net/PartSource.h @@ -41,7 +41,7 @@ public: virtual const std::string& filename() const; /// Returns the filename for the part or attachment. /// - /// May be overridded by subclasses. The default + /// May be overridden by subclasses. The default /// implementation returns an empty string. const std::string& mediaType() const;