summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorArnaldo Carvalho de Melo <acme@redhat.com>2008-09-16 11:43:55 -0300
committerArnaldo Carvalho de Melo <acme@redhat.com>2008-09-16 11:43:55 -0300
commit38c8e80291df43cb6599a027481018570de6f994 (patch)
treef6799a1f894f8a16f322016ff0b98c5f2365ef8b
parent7e26bd2a180a968a2ffb9a8427f2757859e6c237 (diff)
downloadtuna-38c8e80291df43cb6599a027481018570de6f994.tar.gz
all: spelling fixes
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
-rwxr-xr-xtuna-cmd.py2
-rw-r--r--tuna/tuna_gui.py8
2 files changed, 5 insertions, 5 deletions
diff --git a/tuna-cmd.py b/tuna-cmd.py
index 2e124e8..408808d 100755
--- a/tuna-cmd.py
+++ b/tuna-cmd.py
@@ -1,7 +1,7 @@
#! /usr/bin/python
# -*- python -*-
# -*- coding: utf-8 -*-
-# tuna - Application Tuning Gru
+# tuna - Application Tuning GUI
# Copyright (C) 2008 Red Hat Inc.
#
# This application is free software; you can redistribute it and/or
diff --git a/tuna/tuna_gui.py b/tuna/tuna_gui.py
index 0ca02d8..2f52e4a 100644
--- a/tuna/tuna_gui.py
+++ b/tuna/tuna_gui.py
@@ -1098,7 +1098,7 @@ class procview:
def show(self, force_refresh = False):
# Start with the first row, if there is one, on the
# process list. If the first time update_rows will just
- # have everthing in new_tids and append_new_tids will
+ # have everything in new_tids and append_new_tids will
# create the rows.
if not self.refreshing and not force_refresh:
return
@@ -1277,9 +1277,9 @@ class procview:
"Now you can use it with rtctl:\n\n"
"rtctl --file %s reset\n\n"
"If you want the changes to be in "
- "effect everytime you boot the system "
+ "effect every time you boot the system "
"please move %s to /etc/rtgroups\n\n"
- "Do you want do do that now?" % (filename, filename))
+ "Do you want to do that now?" % (filename, filename))
response = dialog.run()
dialog.destroy()
if response == gtk.RESPONSE_YES:
@@ -1443,7 +1443,7 @@ class gui:
gtk.DIALOG_MODAL | gtk.DIALOG_DESTROY_WITH_PARENT,
gtk.MESSAGE_WARNING,
gtk.BUTTONS_YES_NO,
- "Root priviledge required\n\n" + \
+ "Root privilege required\n\n" + \
"Some functions will not work without root " + \
"privilege.\nDo you want to continue?")
ret = dialog.run()