Skip to content

Commit

Permalink
Update SnapshotSerializer.scala
Browse files Browse the repository at this point in the history
  • Loading branch information
pjfanning authored Aug 9, 2024
1 parent 0e3c686 commit 6481f00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ class SnapshotSerializer(val system: ExtendedActorSystem) extends BaseSerializer
(serializerId, manifest)
}

// when writinging the data, we want to allow the serialized data to
// when writing the data, we want to allow the serialized data to
// support Akka and Pekko serializers as required by configuration
private def migrateManifestIfNecessary(manifest: String): String = {
migrationStrategy match {
Expand Down

0 comments on commit 6481f00

Please sign in to comment.