From 0af4d5f7724fd00090f4615be88da57d759f850d Mon Sep 17 00:00:00 2001 From: silverqx Date: Wed, 19 Jun 2024 19:28:59 +0200 Subject: [PATCH] fixtypo --- include/orm/ormtypes.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/orm/ormtypes.hpp b/include/orm/ormtypes.hpp index af83714f3..3fd0bcc78 100644 --- a/include/orm/ormtypes.hpp +++ b/include/orm/ormtypes.hpp @@ -181,7 +181,7 @@ namespace Query QtTimeSpec, /*! QtTimeZoneConfig contains the QTimeZone, use toTimeZone() for conversion. */ QTimeZone, - /*! QtTimeZoneConfig contains seconds, use toOffesetFromUtc() for conversion. */ + /*! QtTimeZoneConfig contains seconds, use toOffsetFromUtc() for conversion. */ OffsetFromUtc, };