]> git.tdb.fi Git - ext/subsurface.git/commitdiff
Comment typo fix
authorNikola Kotur <kotnick@gmail.com>
Mon, 5 Sep 2011 13:34:22 +0000 (15:34 +0200)
committerNikola Kotur <kotnick@gmail.com>
Mon, 5 Sep 2011 13:34:22 +0000 (15:34 +0200)
Signed-off-by: Nikola Kotur <kotnick@gmail.com>
main.c

diff --git a/main.c b/main.c
index b2fa6173e1f84542e8a290038f941fc394242b3b..2692185180b11e479b55d1dd597d9e432eff871e 100644 (file)
--- a/main.c
+++ b/main.c
@@ -213,7 +213,7 @@ int main(int argc, char **argv)
        paned = gtk_hpaned_new();
        gtk_box_pack_end(GTK_BOX(vbox), paned, TRUE, TRUE, 0);
 
-       /* Create the atual divelist */
+       /* Create the actual divelist */
        divelist = create_dive_list();
        gtk_paned_add1(GTK_PANED(paned), divelist);