1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-08-07 00:05:53 +02:00

[cleanup] Fix typo

This commit is contained in:
Martin Oberhuber 2008-03-26 18:33:39 +00:00
parent 12ec5ab133
commit 76e812fc49

View file

@ -1,5 +1,5 @@
/******************************************************************************** /********************************************************************************
* Copyright (c) 2006 IBM Corporation. All rights reserved. * Copyright (c) 2006, 2008 IBM Corporation and others. All rights reserved.
* This program and the accompanying materials are made available under the terms * This program and the accompanying materials are made available under the terms
* of the Eclipse Public License v1.0 which accompanies this distribution, and is * of the Eclipse Public License v1.0 which accompanies this distribution, and is
* available at http://www.eclipse.org/legal/epl-v10.html * available at http://www.eclipse.org/legal/epl-v10.html
@ -29,7 +29,7 @@ public interface IHostSearchConstants {
public static final int FINISHED = 1; public static final int FINISHED = 1;
/** /**
* Status indicating configuration has been cancelled, 2. * Status indicating configuration has been canceled, 2.
*/ */
public static final int CANCELED = 2; public static final int CANCELED = 2;