From c58bc861ffa399ab23d14d8d899a081d04bdd563 Mon Sep 17 00:00:00 2001 From: Joel Holdsworth Date: Tue, 25 Nov 2008 21:00:12 +0000 Subject: [PATCH] Made some corrections in the documentation --- src/gui/model/project.cpp | 2 +- src/gui/model/project.hpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/gui/model/project.cpp b/src/gui/model/project.cpp index 5c434d048..25ab3f964 100644 --- a/src/gui/model/project.cpp +++ b/src/gui/model/project.cpp @@ -1,5 +1,5 @@ /* - panel.cpp - Implementation of the Project class + project.cpp - Implementation of the Project class Copyright (C) Lumiera.org 2008, Joel Holdsworth diff --git a/src/gui/model/project.hpp b/src/gui/model/project.hpp index 2e6053d12..1bd7a7f4a 100644 --- a/src/gui/model/project.hpp +++ b/src/gui/model/project.hpp @@ -21,7 +21,7 @@ */ /** @file project.hpp ** This file contains the definition of Project, a class which - ** store project data, and wraps proc layer data + ** stores project data, and wraps proc layer data */ #ifndef PROJECT_HPP