diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-08-14 08:39:18 +0800 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-08-14 08:39:18 +0800 |
commit | 3157a507b2074766bbd88300cec543a28418d443 (patch) | |
tree | 055e87c1b054a737bb34fbd153e2fee0436f5d83 | |
parent | 6bf544d2583d19cca5a644aa5f80c68de58657d2 (diff) | |
download | gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar.gz gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar.bz2 gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar.lz gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar.xz gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.tar.zst gsoc2013-evolution-3157a507b2074766bbd88300cec543a28418d443.zip |
Replace "Can't" with "Cannot" in a comment.
svn path=/trunk/; revision=11981
-rw-r--r-- | macros/gnome-fileutils.m4 | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/macros/gnome-fileutils.m4 b/macros/gnome-fileutils.m4 index ebb0286f2a..a8456f2a8f 100644 --- a/macros/gnome-fileutils.m4 +++ b/macros/gnome-fileutils.m4 @@ -216,7 +216,7 @@ fi if test -z "$list_mounted_fs"; then AC_MSG_ERROR([could not determine how to read list of mounted filesystems]) # FIXME -- no need to abort building the whole package -# Can't build mountlist.c or anything that needs its functions +# Cannot build mountlist.c or anything that needs its functions fi AC_CHECKING(how to get filesystem space usage) |