From 32e43ab605e1793042a324d4f8588ad99565c976 Mon Sep 17 00:00:00 2001 From: John Cortell Date: Thu, 24 Sep 2009 16:30:49 +0000 Subject: [PATCH] Fixed typo in comment --- .../debug/ui/viewmodel/numberformat/FormattedValueVMUtil.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/numberformat/FormattedValueVMUtil.java b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/numberformat/FormattedValueVMUtil.java index bdfc40acc34..66a7f887e6b 100644 --- a/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/numberformat/FormattedValueVMUtil.java +++ b/dsf/org.eclipse.cdt.dsf.ui/src/org/eclipse/cdt/dsf/debug/ui/viewmodel/numberformat/FormattedValueVMUtil.java @@ -111,7 +111,7 @@ public class FormattedValueVMUtil { !update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT) && !update.getProperties().contains(IDebugVMConstants.PROP_FORMATTED_VALUE_ACTIVE_FORMAT_VALUE)) { - // Update is not requesting any formatted value information, so just skip it. If specitic formats were + // Update is not requesting any formatted value information, so just skip it. If specific formats were // requested for this update, they will still be retrieved by updateFormattedValuesWithAvailableFormats. continue; }