From bfd76d284fa687cf0188aed7ccfc4d2a7f9c9699 Mon Sep 17 00:00:00 2001 From: Linas Vepstas Date: Tue, 22 Dec 1998 05:56:22 +0000 Subject: [PATCH] oops typo git-svn-id: svn+ssh://svn.gnucash.org/repo/gnucash/trunk@1474 57a11ea4-9604-0410-9ed3-97b8803252fd --- src/gnome/top-level.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gnome/top-level.c b/src/gnome/top-level.c index 2f33455a6d..8625c00a73 100644 --- a/src/gnome/top-level.c +++ b/src/gnome/top-level.c @@ -31,7 +31,7 @@ #include "top-level.h" #include "MainWindow.h" #include "messages.h" -#include "Transastion.h" +#include "Transaction.h" #include "util.h" #include "xtutil.h"