Skip to content

Commit 0dd0be8

Browse files
committed
Fixed typo.
1 parent 90129f4 commit 0dd0be8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

  • plugins/org.obeonetwork.m2doc/src/org/obeonetwork/m2doc/util

plugins/org.obeonetwork.m2doc/src/org/obeonetwork/m2doc/util/M2DocUtils.java

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
/*******************************************************************************
2-
* Copyright (c) 2016, 2025 Obeo.
2+
* Copyright (c) 2016, 2026 Obeo.
33
* All rights reserved. This program and the accompanying materials
44
* are made available under the terms of the Eclipse Public License v2.0
55
* which accompanies this distribution, and is available at
@@ -780,7 +780,7 @@ public static GenerationResult generate(M2DocEvaluationEnvironment m2docEnv, Doc
780780
Map<String, Object> variables, boolean updateFields, Monitor monitor) throws DocumentGenerationException {
781781

782782
monitor.beginTask("Generating " + m2docEnv.getDestinationURI().lastSegment(), TOTAL_GENERATE_MONITOR_WORK);
783-
monitor.subTask("Initializing desination document");
783+
monitor.subTask("Initializing destination document");
784784

785785
// prepare the lookup engine context and find the main template
786786
final IQualifiedNameQueryEnvironment queryEnvironment = m2docEnv.getResolver().getLookupEngine()

0 commit comments

Comments
 (0)