From a7e4c7da00c38f9a554bc30517dd41590159c606 Mon Sep 17 00:00:00 2001 From: Timo Sirainen Date: Tue, 29 Oct 2002 17:46:57 +0000 Subject: [PATCH] typofix git-svn-id: http://svn.irssi.org/repos/irssi/trunk@2980 dbcabf3a-b0e7-0310-adc4-f8d773084564 --- src/perl/Makefile.am | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/perl/Makefile.am b/src/perl/Makefile.am index 16dc55da..64c58b56 100644 --- a/src/perl/Makefile.am +++ b/src/perl/Makefile.am @@ -78,7 +78,7 @@ common_sources = \ common/Irssi.pm \ common/Channel.xs \ common/Core.xs \ - common/Expandos.xs \ + common/Expando.xs \ common/Ignore.xs \ common/Log.xs \ common/Masks.xs \