From b201976335d7ed032315a5f1568b316cefe772cb Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Axel=20D=C3=B6rfler?= Date: Thu, 29 Jul 2004 09:04:20 +0000 Subject: [PATCH] Fixed typo. git-svn-id: file:///srv/svn/repos/haiku/trunk/current@8497 a95241bf-73f2-0310-859d-f6bbb57e9c96 --- src/apps/diskprobe/ProbeView.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/apps/diskprobe/ProbeView.cpp b/src/apps/diskprobe/ProbeView.cpp index ec4843b14a..2ab5a2b26d 100644 --- a/src/apps/diskprobe/ProbeView.cpp +++ b/src/apps/diskprobe/ProbeView.cpp @@ -1,6 +1,6 @@ /* ** Copyright 2004, Axel Dörfler, axeld@pinc-software.de. All rights reserved. -** Distributed under the terms of the OpenBeOS License. +** Distributed under the terms of the Haiku License. */ @@ -1689,7 +1689,7 @@ ProbeView::MessageReceived(BMessage *message) UpdateBookmarkMenuItems(); - // update the applications settings + // update the application's settings BMessage update(*message); update.what = kMsgSettingsChanged; be_app_messenger.SendMessage(&update); @@ -1704,7 +1704,7 @@ ProbeView::MessageReceived(BMessage *message) fDataView->SetFontSize(size); - // update the applications settings + // update the application's settings BMessage update(*message); update.what = kMsgSettingsChanged; be_app_messenger.SendMessage(&update);