diff options
author | Pavel Roskin <proskin@src.gnome.org> | 2001-08-14 00:39:18 +0000 |
---|---|---|
committer | Pavel Roskin <proskin@src.gnome.org> | 2001-08-14 00:39:18 +0000 |
commit | 3d1f9c68df32574ce2b0c60459fa205f875f887f (patch) | |
tree | cca70e31ebdc020f17f41cdc4b7b2601e7cd9550 | |
parent | 77674e63a48f51e40b9975c21ac0a1107b4b2a97 (diff) | |
download | shared-mime-info-3d1f9c68df32574ce2b0c60459fa205f875f887f.tar.gz |
Replace "Can't" with "Cannot" in a comment.
svn path=/trunk/; revision=1940
-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 ebb0286f..a8456f2a 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) |