From e68639f548016058b9be524057e15fa2b5118267 Mon Sep 17 00:00:00 2001 From: "thestig@chromium.org" Date: Thu, 8 Apr 2010 19:52:21 +0000 Subject: Fix a typo. BUG=none TEST=none Review URL: http://codereview.chromium.org/1604015 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@43993 0039d316-1c4b-4281-b951-d872f2087c98 --- chrome/common/result_codes.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'chrome/common') diff --git a/chrome/common/result_codes.h b/chrome/common/result_codes.h index 74b5d05..6ca19b8 100644 --- a/chrome/common/result_codes.h +++ b/chrome/common/result_codes.h @@ -1,4 +1,4 @@ -// Copyright (c) 2006-2008 The Chromium Authors. All rights reserved. +// Copyright (c) 2010 The Chromium Authors. All rights reserved. // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. @@ -20,7 +20,7 @@ class ResultCodes { public: enum ExitCode { - NORMAL_EXIT = base::PROCESS_END_NORMAL_TERMINATON, + NORMAL_EXIT = base::PROCESS_END_NORMAL_TERMINATION, TASKMAN_KILL = base::PROCESS_END_KILLED_BY_USER, HUNG = base::PROCESS_END_PROCESS_WAS_HUNG, INVALID_CMDLINE_URL, // An invalid command line url was given. -- cgit v1.1